Evaluation Scenario 2
Question 1
Ingest SIDARTHE
using EasyModelAnalysis, SBML, SBMLToolkit, UnPack, Test
fn = "Giordano2020.xml"
myread(fn) = readSBML(fn, doc -> begin
set_level_and_version(3, 2)(doc)
convert_promotelocals_expandfuns(doc)
end)
m = myread(fn)
rn = ReactionSystem(m)
sys = convert(ODESystem, rn)
eqs = equations(sys)
defs_ = ModelingToolkit.defaults(sys)
defs = deepcopy(defs_)
evs = ModelingToolkit.get_continuous_events(sys)
@unpack Infected, Healed, Extinct, Diagnosed, Ailing, Recognized, Susceptible, Threatened = sys
@unpack alpha, epsilon, gamma, beta, delta, mu, nu, lambda, rho, kappa, xi, sigma, zeta, eta, theta, tau = sys
ps = [alpha, epsilon, gamma, beta, delta, mu, nu, lambda, rho, kappa, xi, sigma, zeta, eta]
@parameters t
D = Differential(t)
eqs2 = deepcopy(eqs)
append!(eqs2, D.(ps) .~ 0)
sys2 = ODESystem(eqs2, ModelingToolkit.get_iv(sys), states(sys), parameters(sys);
continuous_events = evs, defaults = defs, name = nameof(sys))
ssys = structural_simplify(sys2)\[ \begin{align} \frac{\mathrm{d} \mathrm{Infected}\left( t \right)}{\mathrm{d}t} =& \left( \frac{\mathrm{Infected}\left( t \right) \alpha\left( t \right)}{Italy} + \frac{\mathrm{Diagnosed}\left( t \right) \beta\left( t \right)}{Italy} + \frac{\mathrm{Ailing}\left( t \right) \Gamma\left( t \right)}{Italy} + \frac{\mathrm{Recognized}\left( t \right) \delta\left( t \right)}{Italy} \right) \mathrm{Susceptible}\left( t \right) - \mathrm{Infected}\left( t \right) \epsilon\left( t \right) - \mathrm{Infected}\left( t \right) \lambda\left( t \right) - \mathrm{Infected}\left( t \right) \zeta\left( t \right) \\ \frac{\mathrm{d} \mathrm{Healed}\left( t \right)}{\mathrm{d}t} =& \mathrm{Ailing}\left( t \right) \kappa\left( t \right) + \mathrm{Diagnosed}\left( t \right) \rho\left( t \right) + \mathrm{Infected}\left( t \right) \lambda\left( t \right) + \mathrm{Recognized}\left( t \right) \xi\left( t \right) + \mathrm{Threatened}\left( t \right) \sigma\left( t \right) \\ \frac{\mathrm{d} \mathrm{Extinct}\left( t \right)}{\mathrm{d}t} =& tau \mathrm{Threatened}\left( t \right) \\ \frac{\mathrm{d} \mathrm{Diagnosed}\left( t \right)}{\mathrm{d}t} =& \mathrm{Infected}\left( t \right) \epsilon\left( t \right) - \mathrm{Diagnosed}\left( t \right) \eta\left( t \right) - \mathrm{Diagnosed}\left( t \right) \rho\left( t \right) \\ \frac{\mathrm{d} \mathrm{Ailing}\left( t \right)}{\mathrm{d}t} =& \mathrm{Infected}\left( t \right) \zeta\left( t \right) - theta \mathrm{Ailing}\left( t \right) - \mathrm{Ailing}\left( t \right) \kappa\left( t \right) - \mathrm{Ailing}\left( t \right) \mu\left( t \right) \\ \frac{\mathrm{d} \mathrm{Recognized}\left( t \right)}{\mathrm{d}t} =& theta \mathrm{Ailing}\left( t \right) + \mathrm{Diagnosed}\left( t \right) \eta\left( t \right) - \mathrm{Recognized}\left( t \right) \nu\left( t \right) - \mathrm{Recognized}\left( t \right) \xi\left( t \right) \\ \frac{\mathrm{d} \mathrm{Susceptible}\left( t \right)}{\mathrm{d}t} =& \left( \frac{ - \mathrm{Infected}\left( t \right) \alpha\left( t \right)}{Italy} + \frac{ - \mathrm{Diagnosed}\left( t \right) \beta\left( t \right)}{Italy} + \frac{ - \mathrm{Ailing}\left( t \right) \Gamma\left( t \right)}{Italy} + \frac{ - \mathrm{Recognized}\left( t \right) \delta\left( t \right)}{Italy} \right) \mathrm{Susceptible}\left( t \right) \\ \frac{\mathrm{d} \mathrm{Threatened}\left( t \right)}{\mathrm{d}t} =& \mathrm{Ailing}\left( t \right) \mu\left( t \right) + \mathrm{Recognized}\left( t \right) \nu\left( t \right) - tau \mathrm{Threatened}\left( t \right) - \mathrm{Threatened}\left( t \right) \sigma\left( t \right) \\ \frac{\mathrm{d} \alpha\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \epsilon\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \Gamma\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \beta\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \delta\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \mu\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \nu\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \lambda\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \rho\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \kappa\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \xi\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \sigma\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \zeta\left( t \right)}{\mathrm{d}t} =& -0.0 \\ \frac{\mathrm{d} \eta\left( t \right)}{\mathrm{d}t} =& -0.0 \end{align} \]
Unit Tests
Unit Test 1
Set the initial values and parameters, as described in the Supplementary Methods section of the publication (pg. 9 of the pdf):
Initial Values: I = 200/60e6, D = 20/60e6, A = 1/60e6, R = 2/60e6, T = 0, H = 0, E = 0; S = 1 – I – D – A – R – T – H – E. Let total population = 60e6.
Parameters: α = 0.570, β = δ = 0.011, γ = 0.456, ε = 0.171, θ = 0.371, ζ = η = 0.125, μ = 0.017, ν = 0.027, τ = 0.01, λ = ρ = 0.034 and κ = ξ = σ = 0.017.
Simulate for 100 days, and determine the day and level of peak total infections (sum over all the infected states I, D, A, R, T). Expected output: The peak should occur around day 47, when ~60% of the population is infected.
Note that this unit test requires no continuous events (discrete updates) from the SBML model only the pure dynamics model is needed, so we drop the continuous events here.
sysne = ODESystem(eqs2, ModelingToolkit.get_iv(sys), states(sys), parameters(sys);
defaults = defs, name = nameof(sys))
ssysne = structural_simplify(sysne)
probne = ODEProblem(ssysne, [], (0.0, 100.0))
ITALY_POPULATION = 60e6
idart = [Infected, Diagnosed, Ailing, Recognized, Threatened]
xmax, xmaxval = get_max_t(probne, sum(idart))
@test isapprox(xmax, 47; atol = 0.5)
@test isapprox(xmaxval, 0.6, atol = 0.01)Test PassedUnit Test 2
Now update the parameters to reflect various interventions that Italy implemented during the first wave, as described in detail on pg. 9. Simulate for 100 days, reproduce the trajectories in Fig. 2B, and determine the day and level of peak total infections (sum over all the infected states I, D, A, R, T). Expected output: Trajectories in Fig. 2B, peak occurs around day 50, with ~0.2% of the total population infected.
This unit test was a straightforward implementation of the scenario, requiring a named reparameterization. It makes use of the new ModelingToolkit feature designed for ASKEM, remake(prob, u0 = u0s, p = pars), which allows for a new ODE to be generated from the old ODE simply by mentioning which parameters need to be changed (all others are kept constant). The approximation tests on the bottom demonstrate that the results in Fig 2B are obtained.
ITALY_POPULATION = 60e6
u0s = [
Infected => 200 / ITALY_POPULATION,
Diagnosed => 20 / ITALY_POPULATION,
Ailing => 1 / ITALY_POPULATION,
Recognized => 2 / ITALY_POPULATION,
Threatened => 0,
Healed => 0,
Extinct => 0,
]
push!(u0s, Susceptible => 1 - sum(last.(u0s)))
# The resulting basic reproduction number is R0 = 2.38.
pars = [alpha => 0.570, beta => 0.011, delta => 0.011, gamma => 0.456, epsilon => 0.171,
theta => 0.371,
zeta => 0.125, eta => 0.125, mu => 0.017, nu => 0.027, tau => 0.01,
lambda => 0.034, rho => 0.034, kappa => 0.017, xi => 0.017, sigma => 0.017]
prob = ODEProblem(ssys, [], (0, 100))
prob_test1 = remake(prob, u0 = u0s, p = pars)
solt1 = solve(prob_test1, Tsit5(); saveat = 0:100)
og_states = states(sys)[1:8]
idart = [Infected, Diagnosed, Ailing, Recognized, Threatened]
plot(solt1; idxs = Infected)
plot(solt1; idxs = Diagnosed)
plot(solt1; idxs = idart)
@test solt1[Infected + Healed] == solt1[Infected] + solt1[Healed]
plot(solt1.t, solt1[sum(idart)] * ITALY_POPULATION; label = "IDART absolute")
plot(solt1.t, solt1[sum(idart)]; label = "IDART percent")
xmax, xmaxval = get_max_t(prob_test1, sum(idart))
@test isapprox(xmax, 47; atol = 4)
@test isapprox(xmaxval, 0.002; atol = 0.01)Test PassedSensitivity Analysis
The difference between 1.b.i and 1.b.ii are changes in some parameter values over time. Describe the difference in outcomes between b.i and b.ii. Perform a sensitivity analysis to understand the sensitivity of the model to parameter variations and determine which parameter(s) were most responsible for the change in outcomes.
This analysis was a straightforward application of the get_sensitivity function in EasyModelAnalysis. The only issue was the creation of the bounds for the parameters, which was not given by the metadata from TA1/TA2. Thus we made a modeling choice that the viable parameter set is 50% below and 100% above the starting parameter choice. Future iterations of the modeling platform should preserve parameter bound data which would make this a one line analysis.
pbounds = [param => [
0.5 * ModelingToolkit.defaults(sys)[param],
2 * ModelingToolkit.defaults(sys)[param],
] for param in parameters(sys2)]
sensres = get_sensitivity(prob, 100.0, Infected, pbounds; samples = 200)Dict{Symbol, Float64} with 135 entries:
:epsilon_modifier_ModelValue_18_second_order => 0.0
:theta_Italy_second_order => 0.042388
:Event_trigger_Fig4b_ModelValue_18_second_order => 0.0
:theta_ModelValue_19_second_order => -0.000578666
:Event_trigger_Fig3d_alpha_modifier_second_order => 0.0
:tau_ModelValue_18_second_order => -4.92201e-10
:ModelValue_21_ModelValue_20_second_order => -0.252065
:ModelValue_21_Event_trigger_Fig4b_second_order => -0.045835
:epsilon_modifier_Event_trigger_Fig3b_second_order => 0.0
:Event_trigger_Fig4d_ModelValue_17_second_order => 0.0
:tau_theta_second_order => -7.79925e-10
:tau_alpha_modifier_second_order => -4.92201e-10
:ModelValue_20_ModelValue_17_second_order => -0.316495
:ModelValue_16_Italy_second_order => 0.0
:Event_trigger_Fig4d_ModelValue_18_second_order => 0.0
:Event_trigger_Fig3d_Italy_second_order => 0.0
:Event_trigger_Fig4b_first_order => 0.0
:ModelValue_20_ModelValue_18_second_order => -0.316495
:ModelValue_20_Italy_second_order => -0.0619385
⋮ => ⋮create_sensitivity_plot(prob, 100.0, Infected, pbounds; samples = 200)
Mininmum Parameter Threshold
Now return to the situation in b.i (constant parameters that don’t change over time). Let’s say we want to increase testing, diagnostics, and contact tracing efforts (implemented by increasing the detection parameters ε and θ). Assume that θ >= 2* ε, because a symptomatic person is more likely to be tested. What minimum constant values do these parameters need to be over the course of a 100-day simulation, to ensure that the total infected population (sum over all the infected states I, D, A, R, T) never rises above 1/3 of the total population?
This scenario demonstrates the lazily defined observables functionality that persists throughout our simulation and analysis libraries. When one solves an equation with ModelingToolkit symbolic values, sol[x] gives the solution with respect to x by name. While that improves code legibility, sol[x+y] is also allowed, and will automatically generate the solution of x(t) + y(t) on demand. Since this functionality is directly handled by the solution representation, this means that all functions built on the solution have this functionality. Thus without having to make any other changes, we can change our minimization to the complex form (Infected + Diagnosed + Ailing + Recognized + Threatened) / sum(states(sys)) required by the scenario.
However, this scenario also required making a modeling choice. In order to perform this minimization we needed, we needed to define the comparative cost between the different intervention parameters, eta and theta. We have made the assumption that the cost of interventions on these two parameters are the same, and have made requests to TA1/TA2 about the interpretation of these parameters for further information.
threshold_observable = (Infected + Diagnosed + Ailing + Recognized + Threatened) /
sum(states(sys))
cost = -(eta + theta)
EasyModelAnalysis.optimal_parameter_intervention_for_threshold(prob, threshold_observable,
0.33,
cost, [eta, theta],
[0.0, 0.0],
3 .* [
ModelingToolkit.defaults(sys)[eta],
ModelingToolkit.defaults(sys)[theta],
];
maxtime = 60)(Dict{Num, Float64}(theta => 1.1128483914848306, eta(t) => 0.3749880325506162), (ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], nothing, nothing, [0.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1ccd03750, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1ccd03770, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1ccd03790, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1ccd037b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], (0.0, 0.0), [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1ccd03750, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1ccd03770, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1ccd03790, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1ccd037b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [0.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]]], [1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 4.0991666627700003e-7, 4.6383333268399994e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 4.0991666627700003e-7, 4.6383333268399994e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0 0.0 … 0.0 5.0e-324; 0.0 0.0 … 0.0 5.0e-324; … ; 0.0 0.0 … 5.0e-324 0.0; 0.0 0.0 … 5.0e-324 0.0], [6.9436323357135e-310 6.9436485803034e-310 … 6.94363234033323e-310 6.94363233578466e-310; 6.94363938957174e-310 6.94367206001356e-310 … 6.9436393895654e-310 6.9436393896097e-310; … ; 6.94364858012555e-310 6.94364857945046e-310 … 0.0 6.9436485806544e-310; 6.94367205998194e-310 6.94367205979617e-310 … 0.0 6.9436720600254e-310], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1ccd03750, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1ccd03770, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1ccd03790, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1ccd037b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1ccd03750, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1ccd03770, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1ccd03790, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1ccd037b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 0.0, [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([6.9436323357135e-310 6.9436485803034e-310 … 6.94363234033323e-310 6.94363233578466e-310; 6.94363938957174e-310 6.94367206001356e-310 … 6.9436393895654e-310 6.9436393896097e-310; … ; 6.94364858012555e-310 6.94364857945046e-310 … 0.0 6.9436485806544e-310; 6.94367205998194e-310 6.94367205979617e-310 … 0.0 6.9436720600254e-310], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [-4688217393840182337, 4538464737222481930, 4513491142361743866, 4532848547505819089, 4542828827263891448, -4681151578203235976, -4683722654720470162, 4525018025912480986, -9223372036854775808, -9223372036854775808 … -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 0.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 3
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 0
Number of rejected steps: 0, [1], SciMLBase.ReturnCode.Success), ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.823481411541015e-6, 7.553052893517812e-8, 4.1001088177260125e-12, 6.206422753038111e-7, 1.8920150490337795e-7, 1.287416088717819e-7, 0.9999951770499917, 2.0152414579332686e-9, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [5.459075837652932e-6, 3.3750398005140133e-7, 1.3540989446636717e-10, 1.4272306766602166e-6, 4.4527374996340597e-7, 7.39721508191849e-7, 0.9999915850698753, 2.265562512619117e-8, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [9.021186730276e-6, 9.550836618506213e-7, 1.1618081299306439e-9, 2.9659371035666056e-6, 7.823628593197595e-7, 2.292169029342991e-6, 0.999983891912817, 1.0685265331617589e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.012474452753231e-5, 1.1538670133573098e-6, 1.6553043292768288e-9, 3.4209804959393134e-6, 8.810964668850534e-7, 2.780082459028984e-6, 0.9999815154466692, 1.3879372648689794e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.012474452753231e-5, 1.1538670133573098e-6, 1.6553043292768288e-9, 3.4209804959393134e-6, 8.810964668850534e-7, 2.780082459028984e-6, 0.9999815154466692, 1.3879372648689794e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.3862601770759363e-5, 2.8722301615545404e-6, 9.058607468582217e-9, 6.5688245165159685e-6, 1.318554970424091e-6, 7.055113315453806e-6, 0.9999678379609584, 4.923223621737685e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.8652029419205496e-5, 5.30332532142598e-6, 2.7399089763073805e-8, 9.985308525808478e-6, 1.8195057155997465e-6, 1.2594661024705827e-5, 0.9999505137992412, 1.120638325101074e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [2.7722835688218526e-5, 1.0203950294191672e-5, 8.247428397135113e-8, 1.58432922557145e-5, 2.689260863565385e-6, 2.295315741183813e-5, 0.9999179681518947, 2.553543970578222e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [2.7722835688218526e-5, 1.0203950294191672e-5, 8.247428397135113e-8, 1.58432922557145e-5, 2.689260863565385e-6, 2.295315741183813e-5, 0.9999179681518947, 2.553543970578222e-6, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125] … [6.601817806342337e-5, 0.0008870620742594547, 1.9417846679908978e-5, 0.0004138300017407883, 2.247684029110474e-6, 0.00031707000985275644, 0.9981927654649145, 0.00010160540712271018, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [5.863919453717839e-5, 0.0009544842515359419, 2.2898522696565884e-5, 0.00039495348406654534, 2.479940390968902e-6, 0.00031837845640491025, 0.9981377974728665, 0.00011038534416408497, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [5.316798865641035e-5, 0.0010165196860513009, 2.6493059726635765e-5, 0.0003756126272812738, 2.5445435104369945e-6, 0.0003177292843743823, 0.9980896598339287, 0.00011828964313345012, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.895398994258083e-5, 0.0010743662038320279, 3.020103641146769e-5, 0.00035659923143839794, 2.3780084595045142e-6, 0.0003156540126958845, 0.9980464460470247, 0.00012541813685800624, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.554960102611126e-5, 0.0011294360773727674, 3.4064643928879556e-5, 0.00033809208150221943, 2.1371965481132007e-6, 0.00031229487010899165, 0.9980065299225784, 0.00013191227359708738, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.2683763711114976e-5, 0.0011826900572657515, 3.812252701457683e-5, 0.0003201347225842961, 1.9411560865905373e-6, 0.00030771716290776177, 0.9979688710158239, 0.0001378562612686141, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.020025756412267e-5, 0.001234544599001765, 4.2388560092652075e-5, 0.0003028071176906751, 1.818894486571399e-6, 0.00030204284240024324, 0.9979329458830146, 0.00014326851241198472, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.6146164938605806e-5, 0.001333733776413218, 5.1444530255920496e-5, 0.000270586849039755, 6.156691091785368e-7, 0.00028934091421584513, 0.9978657611210661, 0.00015238764162402177, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.183595499499219e-5, 0.0014519084607959004, 6.385718987585676e-5, 0.00023445383900422094, 7.459911370731072e-7, 0.00026840410306257944, 0.997788068066577, 0.0001607430612149164, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], nothing, nothing, [0.0, 0.5372211544371396, 1.830290064132234, 3.596652817512571, 3.9999999999999996, 3.9999999999999996, 6.535842210022395, 8.890536610853236, 11.999999999999998, 11.999999999999998 … 56.45311813563985, 59.73584220680936, 62.878667847396045, 65.92072887353433, 68.92266487831256, 71.9301630288573, 74.9642013437083, 81.0860336775892, 89.0059613917043, 100.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [[8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 3.9755252646837604e-7, 5.874747307702395e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.447011451390217e-7, 1.3009649408558537e-7, 1.0234958343031409e-12, 5.218941914090148e-7, 3.6689269733426727e-7, 1.023791698256545e-7, -1.9678670351945514e-6, 1.90231390517332e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.778102625298026e-7, 1.350931633935092e-7, 3.3745765655391044e-12, 5.278194587911342e-7, 3.4236300845259147e-7, 1.4098083810748605e-7, -2.0268286105330396e-6, 2.758504681950389e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [9.95983634096619e-7, 1.531883761569021e-7, 1.807234990038855e-11, 5.501858931833484e-7, 2.5962683429109394e-7, 2.7444468681263173e-7, -2.2393771596143966e-6, 5.9296627239010885e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0152633935437214e-6, 1.558418492226775e-7, 2.1919829803251517e-11, 5.533463664567544e-7, 2.420709860505601e-7, 2.9940430062944165e-7, -2.2723102540997436e-6, 6.361438366785351e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0200000022766352e-6, 1.5650941140944625e-7, 2.288381597873892e-11, 5.541586331053017e-7, 2.3798695947532893e-7, 3.053495984673347e-7, -2.2805000385001996e-6, 6.472549950174208e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.012143680808746e-6, 1.5653949739168664e-7, 2.0152414579332686e-11, 5.551331996002076e-7, 2.6094973487767855e-7, 2.824682440208514e-7, -2.273892546617281e-6, 6.638037503531339e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.012143680808746e-6, 1.5653949739168664e-7, 2.0152414579332686e-11, 5.551331996002076e-7, 2.6094973487767855e-7, 2.824682440208514e-7, -2.273892546617281e-6, 6.638037503531339e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0894033533412116e-6, 1.695798089401967e-7, 3.3971752846035015e-11, 5.727893739851872e-7, 2.2498555291467416e-7, 3.5478318347765756e-7, -2.420687250315402e-6, 9.11200590362875e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.1704208190650787e-6, 1.8471134720736744e-7, 5.895232826646782e-11, 5.955071592152499e-7, 2.099861389338606e-7, 4.1155922155534783e-7, -2.584459241324147e-6, 1.2215603018976197e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.511967267449073e-6, 2.435958282230061e-7, 2.0858032624074457e-10, 6.847359973294275e-7, 8.26104928231678e-8, 7.003585152581855e-7, -3.247389481969419e-6, 2.3912800560318587e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.5904984127414948e-6, 2.5303615691682383e-7, 2.483546513826261e-10, 6.96896219977894e-7, -4.980518591777804e-9, 8.136638338760557e-7, -3.3746943288384045e-6, 2.5331869266531066e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.609890317760458e-6, 2.554069575381425e-7, 2.5828794704820796e-10, 7.000030104131726e-7, -2.6009165108182844e-8, 8.411438561127795e-7, -3.4063895414967473e-6, 2.569627683332919e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.5370314113502892e-6, 2.546644865024317e-7, 2.2655625126191173e-10, 7.06572290649677e-7, 1.7172299579066573e-7, 6.413782646392808e-7, -3.338526437775757e-6, 2.6930432592150664e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.5370314113502892e-6, 2.546644865024317e-7, 2.2655625126191173e-10, 7.06572290649677e-7, 1.7172299579066573e-7, 6.413782646392808e-7, -3.338526437775757e-6, 2.6930432592150664e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.6684171361315818e-6, 2.804192096032412e-7, 3.0314220129365534e-10, 7.493685535974241e-7, 1.7035473282124413e-7, 7.12816352590683e-7, -3.6141577236082943e-6, 3.247859666282601e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8229419935172554e-6, 3.1124490762956834e-7, 4.149839372746999e-10, 8.027750986204032e-7, 1.7960592664615728e-7, 7.868780954985759e-7, -3.943100503442844e-6, 3.923949759360939e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.487067060562872e-6, 4.394819501318889e-7, 9.799082654598365e-10, 1.02872803748739e-6, 1.676849036709964e-7, 1.1439686545050817e-6, -5.334875194207207e-6, 6.696467958351873e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.622104469099163e-6, 4.625974611407561e-7, 1.10563770159737e-9, 1.0686526241012106e-6, 1.2332409816170485e-7, 1.2504107078719788e-6, -5.599818166135044e-6, 7.1623168058634e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6558562102202697e-6, 4.683720546975677e-7, 1.1370755007572212e-9, 1.0786455844769826e-6, 1.1222249572222462e-7, 1.2770106015443259e-6, -5.666033336360405e-6, 7.278931419827786e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5795919392038367e-6, 4.616457475642904e-7, 1.068526533161759e-9, 1.071038931410106e-6, 2.3039675451616115e-7, 1.1405379502062012e-6, -5.556583560194917e-6, 7.230371076115992e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.5795919392038367e-6, 4.616457475642904e-7, 1.068526533161759e-9, 1.071038931410106e-6, 2.3039675451616115e-7, 1.1405379502062012e-6, -5.556583560194917e-6, 7.230371076115992e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6281943593033145e-6, 4.712993367870779e-7, 1.1154797649721875e-9, 1.0886253606795865e-6, 2.341774220642214e-7, 1.162623204830279e-6, -5.660466211996872e-6, 7.443104856742037e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6801766697091285e-6, 4.816216375371682e-7, 1.166769782605147e-9, 1.1075041846425784e-6, 2.3831087563505972e-7, 1.186129620960893e-6, -5.771615824365852e-6, 7.670606609841917e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.866231740722919e-6, 5.185477275271848e-7, 1.3538907082057915e-9, 1.1752644784846656e-6, 2.5322179538216733e-7, 1.2700446632262387e-6, -6.16950638400677e-6, 8.484208795538867e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8934953436203602e-6, 5.239522073610095e-7, 1.3819431401023196e-9, 1.1852170855647475e-6, 2.553788095927957e-7, 1.282344663345397e-6, -6.227801637606483e-6, 8.603158498207056e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9003295084116613e-6, 5.253070089645077e-7, 1.3889909021710286e-9, 1.1877133095017778e-6, 2.5592249413975697e-7, 1.2854247358572546e-6, -6.242415854987993e-6, 8.632980721086374e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8995144153087874e-6, 5.251580228998892e-7, 1.3878529162251448e-9, 1.1874381897178335e-6, 2.560262089151967e-7, 1.2849195123953497e-6, -6.240744597575072e-6, 8.630039542178997e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.5795919392038367e-6, 4.616457475642904e-7, 1.068526533161759e-9, 1.071038931410106e-6, 2.3039675451616115e-7, 1.1405379502062012e-6, -5.556583560194917e-6, 7.230371076115992e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6281943593033145e-6, 4.712993367870779e-7, 1.1154797649721875e-9, 1.0886253606795865e-6, 2.341774220642214e-7, 1.162623204830279e-6, -5.660466211996872e-6, 7.443104856742037e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6801766697091285e-6, 4.816216375371682e-7, 1.166769782605147e-9, 1.1075041846425784e-6, 2.3831087563505972e-7, 1.186129620960893e-6, -5.771615824365852e-6, 7.670606609841917e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.866231740722919e-6, 5.185477275271848e-7, 1.3538907082057915e-9, 1.1752644784846656e-6, 2.5322179538216733e-7, 1.2700446632262387e-6, -6.16950638400677e-6, 8.484208795538867e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8934953436203602e-6, 5.239522073610095e-7, 1.3819431401023196e-9, 1.1852170855647475e-6, 2.553788095927957e-7, 1.282344663345397e-6, -6.227801637606483e-6, 8.603158498207056e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9003295084116613e-6, 5.253070089645077e-7, 1.3889909021710286e-9, 1.1877133095017778e-6, 2.5592249413975697e-7, 1.2854247358572546e-6, -6.242415854987993e-6, 8.632980721086374e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8995144153087874e-6, 5.251580228998892e-7, 1.3878529162251448e-9, 1.1874381897178335e-6, 2.560262089151967e-7, 1.2849195123953497e-6, -6.240744597575072e-6, 8.630039542178997e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.2178507754977164e-6, 5.251541858888511e-7, 1.3879372648689795e-9, 1.1873954153536742e-6, 2.5510900015144783e-7, 1.285825719711138e-6, -4.559016469583379e-6, 8.629343571568223e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.29902015062997e-6, 5.698358298792838e-7, 1.7402479890134262e-9, 1.1953389777514127e-6, 1.9781230492286197e-7, 1.4392316551094996e-6, -4.804266023084722e-6, 1.0128685680268035e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.3759512352828663e-6, 6.200894708413043e-7, 2.2310529724973073e-9, 1.2142627908333793e-6, 2.0326955722743928e-7, 1.5382597450618261e-6, -5.0731604002868345e-6, 1.1909654806752185e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8147213452804477e-6, 8.090677087399514e-7, 4.5681641202885535e-9, 1.2801420238765926e-6, -4.122134860153932e-7, 2.540601363040121e-6, -6.218285411097954e-6, 1.8139829205594573e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.004359448348212e-6, 8.373280079529654e-7, 5.077438107338751e-9, 1.2720405916904888e-6, -1.0450243958990942e-6, 3.231441059768476e-6, -6.4917417138909915e-6, 1.8651956392260457e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.054107804182712e-6, 8.44344500898214e-7, 5.206286432611007e-9, 1.2697981785492092e-6, -1.2136478469450082e-6, 3.4143512519853455e-6, -6.561897631765645e-6, 1.877374566625619e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.72860124291402e-6, 8.453903347842396e-7, 4.923223621737686e-9, 1.3260618046738124e-6, 2.2064257442972304e-7, 1.978029856605307e-6, -6.30325982726461e-6, 1.9961079023577057e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.72860124291402e-6, 8.453903347842396e-7, 4.923223621737686e-9, 1.3260618046738124e-6, 2.2064257442972304e-7, 1.978029856605307e-6, -6.30325982726461e-6, 1.9961079023577057e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8198444304302025e-6, 9.002201631841601e-7, 5.679959702020562e-9, 1.3581898783211952e-6, 2.066276296894995e-7, 2.1009610327996533e-6, -6.6107595237794475e-6, 2.1923642965271571e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.918091074796927e-6, 9.617925599005862e-7, 6.615230509047498e-9, 1.3996056747863036e-6, 2.138841338461435e-7, 2.2142890394535144e-6, -6.955764444389512e-6, 2.4148673109699043e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.336905868322106e-6, 1.1956084277700842e-6, 1.051601591223399e-8, 1.561236555226898e-6, 5.373930018310544e-8, 2.8300254936179517e-6, -8.311881152257703e-6, 3.238494912253231e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.439446872270145e-6, 1.2326739255942421e-6, 1.1220515089141317e-8, 1.582307645448816e-6, -1.2825319722236828e-7, 3.084587912082076e-6, -8.557426940462211e-6, 3.354432672001587e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.4656467898116803e-6, 1.241948729252441e-6, 1.1398073603694165e-8, 1.5876028388972317e-6, -1.760708486885916e-7, 3.1505031359646793e-6, -8.619368454846627e-6, 3.383397360054913e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3628301176406855e-6, 1.2377611762423882e-6, 1.120638325101074e-8, 1.6018329750805922e-6, 2.4480647416766186e-7, 2.718832489541637e-6, -8.5179998259785e-6, 3.4073021005452396e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3628301176406855e-6, 1.2377611762423882e-6, 1.120638325101074e-8, 1.6018329750805922e-6, 2.4480647416766186e-7, 2.718832489541637e-6, -8.5179998259785e-6, 3.4073021005452396e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5188478522695715e-6, 1.333366678526383e-6, 1.2912159114133475e-8, 1.6766023656876124e-6, 2.5211450426208616e-7, 2.8955691345795157e-6, -9.064370776509894e-6, 3.749580820705922e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6983376026452056e-6, 1.4439975642006876e-6, 1.5027962501087382e-8, 1.7691229243972287e-6, 2.712505426176775e-7, 3.0879157925195935e-6, -9.700044743243461e-6, 4.1439235436198145e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.443822055361053e-6, 1.883738032951202e-6, 2.3965221605319894e-8, 2.144733085478597e-6, 2.232441855093422e-7, 3.977483166615161e-6, -1.2264800748611061e-5, 5.67815001090388e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.596003471684653e-6, 1.9588014709099385e-6, 2.5600658415970514e-8, 2.2055025904736894e-6, 1.0765621647845724e-7, 4.23826986053792e-6, -1.2724285118108485e-5, 5.924508496078561e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.634934015225929e-6, 1.9775689978670187e-6, 2.601171069511356e-8, 2.2207000369960844e-6, 7.501642829448225e-8, 4.307133881496125e-6, -1.2839962002073469e-5, 5.985969314987167e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.540784714980792e-6, 1.9604956990063475e-6, 2.5536691733136298e-8, 2.220892075748449e-6, 3.6422230035928813e-7, 3.979978202723009e-6, -1.268827381833385e-5, 5.96364133782828e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3628301176406855e-6, 1.2377611762423882e-6, 1.120638325101074e-8, 1.6018329750805922e-6, 2.4480647416766186e-7, 2.718832489541637e-6, -8.5179998259785e-6, 3.4073021005452396e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5188478522695715e-6, 1.333366678526383e-6, 1.2912159114133475e-8, 1.6766023656876124e-6, 2.5211450426208616e-7, 2.8955691345795157e-6, -9.064370776509894e-6, 3.749580820705922e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6983376026452056e-6, 1.4439975642006876e-6, 1.5027962501087382e-8, 1.7691229243972287e-6, 2.712505426176775e-7, 3.0879157925195935e-6, -9.700044743243461e-6, 4.1439235436198145e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.443822055361053e-6, 1.883738032951202e-6, 2.3965221605319894e-8, 2.144733085478597e-6, 2.232441855093422e-7, 3.977483166615161e-6, -1.2264800748611061e-5, 5.67815001090388e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.596003471684653e-6, 1.9588014709099385e-6, 2.5600658415970514e-8, 2.2055025904736894e-6, 1.0765621647845724e-7, 4.23826986053792e-6, -1.2724285118108485e-5, 5.924508496078561e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.634934015225929e-6, 1.9775689978670187e-6, 2.601171069511356e-8, 2.2207000369960844e-6, 7.501642829448225e-8, 4.307133881496125e-6, -1.2839962002073469e-5, 5.985969314987167e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.540784714980792e-6, 1.9604956990063475e-6, 2.5536691733136298e-8, 2.220892075748449e-6, 3.6422230035928813e-7, 3.979978202723009e-6, -1.268827381833385e-5, 5.96364133782828e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]] … [[-3.3812875635157033e-6, 2.1909490193138782e-5, 9.213745576237891e-7, -4.148468986460164e-6, -5.524150790846085e-7, 2.1891812186598924e-6, -1.9807867917881328e-5, 2.869993577519339e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.243121125054066e-6, 2.1751263871261744e-5, 9.369242424677145e-7, -4.413722501865569e-6, -2.567592844255705e-7, 1.7584012675280764e-6, -1.9387277824644945e-5, 2.854291354732618e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.082947915597103e-6, 2.159138498762679e-5, 9.527795634466175e-7, -4.642540717718146e-6, -3.2882169463422556e-7, 1.6952319750697938e-6, -1.901891745905846e-5, 2.83383126086473e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0782756343507205e-6, 2.1083799860657937e-5, 1.0063500211430525e-6, -5.275764482736495e-6, 4.609717502629514e-6, -3.7157606771380533e-6, -1.742133893265988e-5, 2.7912723424546438e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.54655890805346e-6, 2.1043743210842856e-5, 1.0133589500413082e-6, -5.296353499343956e-6, 1.0031256815070316e-5, -9.218395654322516e-6, -1.6841707541479694e-5, 2.814656627245148e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.6823820865493925e-6, 2.103515548807896e-5, 1.0150968760215307e-6, -5.296311966261693e-6, 1.156672308588246e-5, -1.0774953934558826e-5, -1.6684917309716144e-5, 2.8215898471031037e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.4679870210241364e-6, 2.0960462228754075e-5, 1.0160540712271019e-6, -5.418714465650799e-6, -9.13812257591243e-7, 1.749631255034967e-6, -1.7667557288319992e-5, 2.7419234775700264e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.4679870210241364e-6, 2.0960462228754075e-5, 1.0160540712271019e-6, -5.418714465650799e-6, -9.13812257591243e-7, 1.749631255034967e-6, -1.7667557288319992e-5, 2.7419234775700264e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.405144992721168e-6, 2.0822160737203165e-5, 1.0305456461309114e-6, -5.550714756311999e-6, -3.954298393408639e-7, 1.1082002583407551e-6, -1.7332564336319587e-5, 2.722947283018786e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2885767129303727e-6, 2.0679274113637316e-5, 1.0452782869314971e-6, -5.66643129057468e-6, -5.105168787569849e-7, 1.1032524064742144e-6, -1.706005074599811e-5, 2.697770821217124e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7751924988265206e-6, 2.0251492096562988e-5, 1.0947016510260978e-6, -5.869522037220861e-6, 7.77285979673938e-6, -7.616649112014812e-6, -1.5519901098511656e-5, 2.6622112022453874e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.6274761057639424e-6, 2.0244100043944335e-5, 1.1009626865343142e-6, -5.7663650005213425e-6, 1.6790886288524857e-5, -1.6726591461760342e-5, -1.472205062630349e-5, 2.70653417534561e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.869332470139964e-6, 2.0244303817023238e-5, 1.1025066830532284e-6, -5.734227272165375e-6, 1.9328078290667378e-5, -1.928796310481619e-5, -1.450272064827531e-5, 2.719354704652996e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8198817633129248e-6, 2.0111226621863613e-5, 1.1038534416408498e-6, -6.045067875558861e-6, -1.3632561425856738e-6, 1.4903888025597795e-6, -1.6065072570526485e-5, 2.5878094859197054e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8198817633129248e-6, 2.0111226621863613e-5, 1.1038534416408498e-6, -6.045067875558861e-6, -1.3632561425856738e-6, 1.4903888025597795e-6, -1.6065072570526485e-5, 2.5878094859197054e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.818488776544899e-6, 1.9990763827166607e-5, 1.1169476263893857e-6, -6.091593248130249e-6, -5.993194040597564e-7, 6.198813466538845e-7, -1.5785606019972088e-5, 2.567414648497116e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.73357566928478e-6, 1.9863234054588847e-5, 1.1302334284001694e-6, -6.137062320638761e-6, -7.305314656585524e-7, 6.495943614297403e-7, -1.558138519924941e-5, 2.539492810412744e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.6197017767788004e-6, 1.950663726554464e-5, 1.1745028056757174e-6, -6.059154813067917e-6, 1.0458738361472404e-5, -1.0927606447316687e-5, -1.4047630265055548e-5, 2.514214869526187e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.7852432754714502e-6, 1.9526688281333033e-5, 1.1799218767062845e-6, -5.865404447419675e-6, 2.2439534719180873e-5, -2.3006297924525585e-5, -1.3065416604092676e-5, 2.5762173742891962e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-4.110757353396546e-6, 1.9534077086003277e-5, 1.1812515883806976e-6, -5.810096329582946e-6, 2.577248340595739e-5, -2.6365136270723315e-5, -1.2795636366932498e-5, 2.5938142402939412e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3859027742607098e-6, 1.9354064627169194e-5, 1.1828964313345012e-6, -6.268970496375251e-6, -1.5737386545349505e-6, 1.1014818815814375e-6, -1.4830333765944448e-5, 2.4205027510302275e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.3859027742607098e-6, 1.9354064627169194e-5, 1.1828964313345012e-6, -6.268970496375251e-6, -1.5737386545349505e-6, 1.1014818815814375e-6, -1.4830333765944448e-5, 2.4205027510302275e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4178287675628196e-6, 1.9245584213490403e-5, 1.1947513718374383e-6, -6.266559292139035e-6, -7.11373088007387e-7, 1.4808780590178857e-7, -1.4591381052592522e-5, 2.3987188090721337e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3558179169526482e-6, 1.9129097181299394e-5, 1.206752161602565e-6, -6.2707003712879045e-6, -8.270891631042546e-7, 1.7860746918118645e-7, -1.442999822422627e-5, 2.3691488634879323e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3755541309819983e-6, 1.8813458562671312e-5, 1.2465657192110231e-6, -6.048985186307818e-6, 1.1001452678645947e-5, -1.1986092622174148e-5, -1.2993536147524064e-5, 2.342691126459748e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.603824028875052e-6, 1.884230469597853e-5, 1.2513538660368897e-6, -5.824751451128909e-6, 2.3504810353387834e-5, -2.4582840246451392e-5, -1.1994399568353187e-5, 2.407346379405275e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.9435706435836906e-6, 1.8851775080048896e-5, 1.2525261417161176e-6, -5.76234512268421e-6, 2.695494640491035e-5, -2.805767140394759e-5, -1.1721190657974572e-5, 2.4255302015146984e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.1038008711024806e-6, 1.8663125615862266e-5, 1.2541813685800623e-6, -6.256167426211742e-6, -1.489097377398524e-6, 5.134532307009107e-7, -1.3827166061384673e-5, 2.2454715209541783e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.1038008711024806e-6, 1.8663125615862266e-5, 1.2541813685800623e-6, -6.256167426211742e-6, -1.489097377398524e-6, 5.134532307009107e-7, -1.3827166061384673e-5, 2.2454715209541783e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.1453228432487355e-6, 1.8561395470177653e-5, 1.2650339950884575e-6, -6.2267978503617515e-6, -6.81367863045841e-7, -3.7173923208180664e-7, -1.3622932728306488e-5, 2.2217310517785117e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0990937837636826e-6, 1.845195291258682e-5, 1.2759845714498685e-6, -6.206210463785856e-6, -7.776306662233122e-7, -3.4722639128157446e-7, -1.3488643269838935e-5, 2.19086709085667e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.059704203743628e-6, 1.8152542062976436e-5, 1.3122298052149438e-6, -5.925333481885198e-6, 1.0010338849039403e-5, -1.1421400936726874e-5, -1.2222264512310053e-5, 2.1535924174349683e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.178355292755605e-6, 1.8176925167309824e-5, 1.316584178112059e-6, -5.7100705629621425e-6, 2.135327026907016e-5, -2.2846685163453206e-5, -1.1322084762727601e-5, 2.2104161674065097e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.486607916283044e-6, 1.818499429473454e-5, 1.3176498577609704e-6, -5.650800762169375e-6, 2.4473073558116064e-5, -2.5988244281679827e-5, -1.1076460214183897e-5, 2.226395463704572e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.116641721395545e-7, 1.8013573781246262e-5, 1.3191227359708738e-6, -6.104223462377624e-6, -1.2994772185490963e-6, -9.96426754045122e-8, -1.2980964140824379e-5, 2.063275152078032e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.116641721395545e-7, 1.8013573781246262e-5, 1.3191227359708738e-6, -6.104223462377624e-6, -1.2994772185490963e-6, -9.96426754045122e-8, -1.2980964140824379e-5, 2.063275152078032e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.532488531659307e-7, 1.791558610160088e-5, 1.3291132628592164e-6, -6.0595034306072076e-6, -5.926727554767048e-7, -8.720689976129306e-7, -1.280474198055553e-5, 2.0375366529582085e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.174511367854851e-7, 1.7810517280819223e-5, 1.3391543640531273e-6, -6.023816440144379e-6, -6.785464082646149e-7, -8.464667763737906e-7, -1.268892399151952e-5, 2.0055331082154394e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7773602620551145e-6, 1.7516778123113154e-5, 1.3723176322020942e-6, -5.719331859200897e-6, 8.798229187387875e-6, -1.0564927490236973e-5, -1.158206147659877e-5, 1.9563561453886315e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7631518239481063e-6, 1.7534033809820627e-5, 1.3763115973647655e-6, -5.521699172268176e-6, 1.8770370707014824e-5, -2.060821882049129e-5, -1.0791745747153685e-5, 2.0040994496610372e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0348365091359627e-6, 1.754008958747071e-5, 1.3772886393858675e-6, -5.467540526120924e-6, 2.1514381789037855e-5, -2.3371039749228377e-5, -1.057594885355016e-5, 2.017605622140994e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.697841733088069e-7, 1.7389124541148308e-5, 1.3785626126861409e-6, -5.869309774070327e-6, -1.1474707062299284e-6, -6.065202085809914e-7, -1.2248763758581262e-5, 1.8741614669368688e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-7.697841733088069e-7, 1.7389124541148308e-5, 1.3785626126861409e-6, -5.869309774070327e-6, -1.1474707062299284e-6, -6.065202085809914e-7, -1.2248763758581262e-5, 1.8741614669368688e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.109147682192599e-7, 1.7293720879887117e-5, 1.387717519781376e-6, -5.815497770352844e-6, -5.174067562910366e-7, -1.2915967763649677e-6, -1.2092945751306575e-5, 1.8469234228661891e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.820872471988479e-7, 1.7191703466548514e-5, 1.3968794952894942e-6, -5.7708524251170275e-6, -6.004684143089635e-7, -1.25848444912398e-6, -1.1990755242359217e-5, 1.8140648162700303e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5760570601179183e-6, 1.6902316861676036e-5, 1.4270406259656946e-6, -5.45426029881085e-6, 8.000158820705009e-6, -1.0062232693794801e-5, -1.0993766352479654e-5, 1.7568000968564852e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.4759180741518967e-6, 1.6915071333905955e-5, 1.4306613361901467e-6, -5.26842042284951e-6, 1.7082924294531422e-5, -1.9207581770465235e-5, -1.027536899370223e-5, 1.7986322965413484e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7243889804419885e-6, 1.6919881396873644e-5, 1.4315456950359316e-6, -5.21758818220658e-6, 1.958757542867237e-5, -2.1728829883271707e-5, -1.0078753677074362e-5, 1.8105582024126972e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.589284795976802e-7, 1.6782082820799457e-5, 1.4326851241198472e-6, -5.5862687832558464e-6, -1.0700764101825406e-6, -9.771677380800254e-7, -1.1602150077459735e-5, 1.679823543656525e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-6.776936101250252e-7, 1.64411562522365e-5, 1.4608228128798172e-6, -5.394064952775555e-6, -3.6132723194120716e-7, -1.825394169141787e-6, -1.1212769106230958e-5, 1.5692700050994617e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-6.622351616981968e-7, 1.6202530876661948e-5, 1.479290785725821e-6, -5.263173980214877e-6, -1.9654660757918596e-7, -2.07485724724933e-6, -1.097461646845518e-5, 1.4896078028089394e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], [[-5.706709657422039e-7, 1.5208976334392548e-5, 1.5506339497148023e-6, -4.719301605618323e-6, 4.612045714092794e-8, -2.619096730111348e-6, -1.0050155978896163e-5, 1.1534945391195357e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-5.442233943539465e-7, 1.4921182193628916e-5, 1.5672693069930528e-6, -4.562290381910538e-6, 1.6454951686276994e-8, -2.6435608895711915e-6, -9.809818636416074e-6, 1.054986849943515e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], [[-4.5393776531508016e-7, 1.3698374500058987e-5, 1.6280819316449827e-6, -3.909128240054779e-6, -1.962221113593237e-8, -2.7748924938606076e-6, -8.810205241958188e-6, 6.413295206211568e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-4.360961427728004e-7, 1.3336803669145863e-5, 1.6389061540888262e-6, -3.7298024450346264e-6, -1.3937527382589966e-8, -2.789537568849024e-6, -8.530324899088617e-6, 5.239887598929764e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce104f0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10510, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10530, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10550, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], (0.0, 100.0), [1.0, 1.0, 0.01, 1.1128483914848306, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(13, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), true, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce104f0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10510, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10530, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10550, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.823481411541015e-6, 7.553052893517812e-8, 4.1001088177260125e-12, 6.206422753038111e-7, 1.8920150490337795e-7, 1.287416088717819e-7, 0.9999951770499917, 2.0152414579332686e-9, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [5.459075837652932e-6, 3.3750398005140133e-7, 1.3540989446636717e-10, 1.4272306766602166e-6, 4.4527374996340597e-7, 7.39721508191849e-7, 0.9999915850698753, 2.265562512619117e-8, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [9.021186730276e-6, 9.550836618506213e-7, 1.1618081299306439e-9, 2.9659371035666056e-6, 7.823628593197595e-7, 2.292169029342991e-6, 0.999983891912817, 1.0685265331617589e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.012474452753231e-5, 1.1538670133573098e-6, 1.6553043292768288e-9, 3.4209804959393134e-6, 8.810964668850534e-7, 2.780082459028984e-6, 0.9999815154466692, 1.3879372648689794e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.012474452753231e-5, 1.1538670133573098e-6, 1.6553043292768288e-9, 3.4209804959393134e-6, 8.810964668850534e-7, 2.780082459028984e-6, 0.9999815154466692, 1.3879372648689794e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.3862601770759363e-5, 2.8722301615545404e-6, 9.058607468582217e-9, 6.5688245165159685e-6, 1.318554970424091e-6, 7.055113315453806e-6, 0.9999678379609584, 4.923223621737685e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.8652029419205496e-5, 5.30332532142598e-6, 2.7399089763073805e-8, 9.985308525808478e-6, 1.8195057155997465e-6, 1.2594661024705827e-5, 0.9999505137992412, 1.120638325101074e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [2.7722835688218526e-5, 1.0203950294191672e-5, 8.247428397135113e-8, 1.58432922557145e-5, 2.689260863565385e-6, 2.295315741183813e-5, 0.9999179681518947, 2.553543970578222e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [2.7722835688218526e-5, 1.0203950294191672e-5, 8.247428397135113e-8, 1.58432922557145e-5, 2.689260863565385e-6, 2.295315741183813e-5, 0.9999179681518947, 2.553543970578222e-6, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125] … [6.601817806342337e-5, 0.0008870620742594547, 1.9417846679908978e-5, 0.0004138300017407883, 2.247684029110474e-6, 0.00031707000985275644, 0.9981927654649145, 0.00010160540712271018, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [5.863919453717839e-5, 0.0009544842515359419, 2.2898522696565884e-5, 0.00039495348406654534, 2.479940390968902e-6, 0.00031837845640491025, 0.9981377974728665, 0.00011038534416408497, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [5.316798865641035e-5, 0.0010165196860513009, 2.6493059726635765e-5, 0.0003756126272812738, 2.5445435104369945e-6, 0.0003177292843743823, 0.9980896598339287, 0.00011828964313345012, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.895398994258083e-5, 0.0010743662038320279, 3.020103641146769e-5, 0.00035659923143839794, 2.3780084595045142e-6, 0.0003156540126958845, 0.9980464460470247, 0.00012541813685800624, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.554960102611126e-5, 0.0011294360773727674, 3.4064643928879556e-5, 0.00033809208150221943, 2.1371965481132007e-6, 0.00031229487010899165, 0.9980065299225784, 0.00013191227359708738, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.2683763711114976e-5, 0.0011826900572657515, 3.812252701457683e-5, 0.0003201347225842961, 1.9411560865905373e-6, 0.00030771716290776177, 0.9979688710158239, 0.0001378562612686141, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [4.020025756412267e-5, 0.001234544599001765, 4.2388560092652075e-5, 0.0003028071176906751, 1.818894486571399e-6, 0.00030204284240024324, 0.9979329458830146, 0.00014326851241198472, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.6146164938605806e-5, 0.001333733776413218, 5.1444530255920496e-5, 0.000270586849039755, 6.156691091785368e-7, 0.00028934091421584513, 0.9978657611210661, 0.00015238764162402177, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.183595499499219e-5, 0.0014519084607959004, 6.385718987585676e-5, 0.00023445383900422094, 7.459911370731072e-7, 0.00026840410306257944, 0.997788068066577, 0.0001607430612149164, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], [0.0, 0.5372211544371396, 1.830290064132234, 3.596652817512571, 3.9999999999999996, 3.9999999999999996, 6.535842210022395, 8.890536610853236, 11.999999999999998, 11.999999999999998 … 56.45311813563985, 59.73584220680936, 62.878667847396045, 65.92072887353433, 68.92266487831256, 71.9301630288573, 74.9642013437083, 81.0860336775892, 89.0059613917043, 100.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [[8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 3.9755252646837604e-7, 5.874747307702395e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.447011451390217e-7, 1.3009649408558537e-7, 1.0234958343031409e-12, 5.218941914090148e-7, 3.6689269733426727e-7, 1.023791698256545e-7, -1.9678670351945514e-6, 1.90231390517332e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.778102625298026e-7, 1.350931633935092e-7, 3.3745765655391044e-12, 5.278194587911342e-7, 3.4236300845259147e-7, 1.4098083810748605e-7, -2.0268286105330396e-6, 2.758504681950389e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [9.95983634096619e-7, 1.531883761569021e-7, 1.807234990038855e-11, 5.501858931833484e-7, 2.5962683429109394e-7, 2.7444468681263173e-7, -2.2393771596143966e-6, 5.9296627239010885e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0152633935437214e-6, 1.558418492226775e-7, 2.1919829803251517e-11, 5.533463664567544e-7, 2.420709860505601e-7, 2.9940430062944165e-7, -2.2723102540997436e-6, 6.361438366785351e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0200000022766352e-6, 1.5650941140944625e-7, 2.288381597873892e-11, 5.541586331053017e-7, 2.3798695947532893e-7, 3.053495984673347e-7, -2.2805000385001996e-6, 6.472549950174208e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.012143680808746e-6, 1.5653949739168664e-7, 2.0152414579332686e-11, 5.551331996002076e-7, 2.6094973487767855e-7, 2.824682440208514e-7, -2.273892546617281e-6, 6.638037503531339e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.012143680808746e-6, 1.5653949739168664e-7, 2.0152414579332686e-11, 5.551331996002076e-7, 2.6094973487767855e-7, 2.824682440208514e-7, -2.273892546617281e-6, 6.638037503531339e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0894033533412116e-6, 1.695798089401967e-7, 3.3971752846035015e-11, 5.727893739851872e-7, 2.2498555291467416e-7, 3.5478318347765756e-7, -2.420687250315402e-6, 9.11200590362875e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.1704208190650787e-6, 1.8471134720736744e-7, 5.895232826646782e-11, 5.955071592152499e-7, 2.099861389338606e-7, 4.1155922155534783e-7, -2.584459241324147e-6, 1.2215603018976197e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.511967267449073e-6, 2.435958282230061e-7, 2.0858032624074457e-10, 6.847359973294275e-7, 8.26104928231678e-8, 7.003585152581855e-7, -3.247389481969419e-6, 2.3912800560318587e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.5904984127414948e-6, 2.5303615691682383e-7, 2.483546513826261e-10, 6.96896219977894e-7, -4.980518591777804e-9, 8.136638338760557e-7, -3.3746943288384045e-6, 2.5331869266531066e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.609890317760458e-6, 2.554069575381425e-7, 2.5828794704820796e-10, 7.000030104131726e-7, -2.6009165108182844e-8, 8.411438561127795e-7, -3.4063895414967473e-6, 2.569627683332919e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.5370314113502892e-6, 2.546644865024317e-7, 2.2655625126191173e-10, 7.06572290649677e-7, 1.7172299579066573e-7, 6.413782646392808e-7, -3.338526437775757e-6, 2.6930432592150664e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.5370314113502892e-6, 2.546644865024317e-7, 2.2655625126191173e-10, 7.06572290649677e-7, 1.7172299579066573e-7, 6.413782646392808e-7, -3.338526437775757e-6, 2.6930432592150664e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.6684171361315818e-6, 2.804192096032412e-7, 3.0314220129365534e-10, 7.493685535974241e-7, 1.7035473282124413e-7, 7.12816352590683e-7, -3.6141577236082943e-6, 3.247859666282601e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8229419935172554e-6, 3.1124490762956834e-7, 4.149839372746999e-10, 8.027750986204032e-7, 1.7960592664615728e-7, 7.868780954985759e-7, -3.943100503442844e-6, 3.923949759360939e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.487067060562872e-6, 4.394819501318889e-7, 9.799082654598365e-10, 1.02872803748739e-6, 1.676849036709964e-7, 1.1439686545050817e-6, -5.334875194207207e-6, 6.696467958351873e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.622104469099163e-6, 4.625974611407561e-7, 1.10563770159737e-9, 1.0686526241012106e-6, 1.2332409816170485e-7, 1.2504107078719788e-6, -5.599818166135044e-6, 7.1623168058634e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6558562102202697e-6, 4.683720546975677e-7, 1.1370755007572212e-9, 1.0786455844769826e-6, 1.1222249572222462e-7, 1.2770106015443259e-6, -5.666033336360405e-6, 7.278931419827786e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5795919392038367e-6, 4.616457475642904e-7, 1.068526533161759e-9, 1.071038931410106e-6, 2.3039675451616115e-7, 1.1405379502062012e-6, -5.556583560194917e-6, 7.230371076115992e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.5795919392038367e-6, 4.616457475642904e-7, 1.068526533161759e-9, 1.071038931410106e-6, 2.3039675451616115e-7, 1.1405379502062012e-6, -5.556583560194917e-6, 7.230371076115992e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6281943593033145e-6, 4.712993367870779e-7, 1.1154797649721875e-9, 1.0886253606795865e-6, 2.341774220642214e-7, 1.162623204830279e-6, -5.660466211996872e-6, 7.443104856742037e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6801766697091285e-6, 4.816216375371682e-7, 1.166769782605147e-9, 1.1075041846425784e-6, 2.3831087563505972e-7, 1.186129620960893e-6, -5.771615824365852e-6, 7.670606609841917e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.866231740722919e-6, 5.185477275271848e-7, 1.3538907082057915e-9, 1.1752644784846656e-6, 2.5322179538216733e-7, 1.2700446632262387e-6, -6.16950638400677e-6, 8.484208795538867e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8934953436203602e-6, 5.239522073610095e-7, 1.3819431401023196e-9, 1.1852170855647475e-6, 2.553788095927957e-7, 1.282344663345397e-6, -6.227801637606483e-6, 8.603158498207056e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9003295084116613e-6, 5.253070089645077e-7, 1.3889909021710286e-9, 1.1877133095017778e-6, 2.5592249413975697e-7, 1.2854247358572546e-6, -6.242415854987993e-6, 8.632980721086374e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8995144153087874e-6, 5.251580228998892e-7, 1.3878529162251448e-9, 1.1874381897178335e-6, 2.560262089151967e-7, 1.2849195123953497e-6, -6.240744597575072e-6, 8.630039542178997e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.5795919392038367e-6, 4.616457475642904e-7, 1.068526533161759e-9, 1.071038931410106e-6, 2.3039675451616115e-7, 1.1405379502062012e-6, -5.556583560194917e-6, 7.230371076115992e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6281943593033145e-6, 4.712993367870779e-7, 1.1154797649721875e-9, 1.0886253606795865e-6, 2.341774220642214e-7, 1.162623204830279e-6, -5.660466211996872e-6, 7.443104856742037e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6801766697091285e-6, 4.816216375371682e-7, 1.166769782605147e-9, 1.1075041846425784e-6, 2.3831087563505972e-7, 1.186129620960893e-6, -5.771615824365852e-6, 7.670606609841917e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.866231740722919e-6, 5.185477275271848e-7, 1.3538907082057915e-9, 1.1752644784846656e-6, 2.5322179538216733e-7, 1.2700446632262387e-6, -6.16950638400677e-6, 8.484208795538867e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8934953436203602e-6, 5.239522073610095e-7, 1.3819431401023196e-9, 1.1852170855647475e-6, 2.553788095927957e-7, 1.282344663345397e-6, -6.227801637606483e-6, 8.603158498207056e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9003295084116613e-6, 5.253070089645077e-7, 1.3889909021710286e-9, 1.1877133095017778e-6, 2.5592249413975697e-7, 1.2854247358572546e-6, -6.242415854987993e-6, 8.632980721086374e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8995144153087874e-6, 5.251580228998892e-7, 1.3878529162251448e-9, 1.1874381897178335e-6, 2.560262089151967e-7, 1.2849195123953497e-6, -6.240744597575072e-6, 8.630039542178997e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.2178507754977164e-6, 5.251541858888511e-7, 1.3879372648689795e-9, 1.1873954153536742e-6, 2.5510900015144783e-7, 1.285825719711138e-6, -4.559016469583379e-6, 8.629343571568223e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.29902015062997e-6, 5.698358298792838e-7, 1.7402479890134262e-9, 1.1953389777514127e-6, 1.9781230492286197e-7, 1.4392316551094996e-6, -4.804266023084722e-6, 1.0128685680268035e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.3759512352828663e-6, 6.200894708413043e-7, 2.2310529724973073e-9, 1.2142627908333793e-6, 2.0326955722743928e-7, 1.5382597450618261e-6, -5.0731604002868345e-6, 1.1909654806752185e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8147213452804477e-6, 8.090677087399514e-7, 4.5681641202885535e-9, 1.2801420238765926e-6, -4.122134860153932e-7, 2.540601363040121e-6, -6.218285411097954e-6, 1.8139829205594573e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.004359448348212e-6, 8.373280079529654e-7, 5.077438107338751e-9, 1.2720405916904888e-6, -1.0450243958990942e-6, 3.231441059768476e-6, -6.4917417138909915e-6, 1.8651956392260457e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.054107804182712e-6, 8.44344500898214e-7, 5.206286432611007e-9, 1.2697981785492092e-6, -1.2136478469450082e-6, 3.4143512519853455e-6, -6.561897631765645e-6, 1.877374566625619e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.72860124291402e-6, 8.453903347842396e-7, 4.923223621737686e-9, 1.3260618046738124e-6, 2.2064257442972304e-7, 1.978029856605307e-6, -6.30325982726461e-6, 1.9961079023577057e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.72860124291402e-6, 8.453903347842396e-7, 4.923223621737686e-9, 1.3260618046738124e-6, 2.2064257442972304e-7, 1.978029856605307e-6, -6.30325982726461e-6, 1.9961079023577057e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8198444304302025e-6, 9.002201631841601e-7, 5.679959702020562e-9, 1.3581898783211952e-6, 2.066276296894995e-7, 2.1009610327996533e-6, -6.6107595237794475e-6, 2.1923642965271571e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.918091074796927e-6, 9.617925599005862e-7, 6.615230509047498e-9, 1.3996056747863036e-6, 2.138841338461435e-7, 2.2142890394535144e-6, -6.955764444389512e-6, 2.4148673109699043e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.336905868322106e-6, 1.1956084277700842e-6, 1.051601591223399e-8, 1.561236555226898e-6, 5.373930018310544e-8, 2.8300254936179517e-6, -8.311881152257703e-6, 3.238494912253231e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.439446872270145e-6, 1.2326739255942421e-6, 1.1220515089141317e-8, 1.582307645448816e-6, -1.2825319722236828e-7, 3.084587912082076e-6, -8.557426940462211e-6, 3.354432672001587e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.4656467898116803e-6, 1.241948729252441e-6, 1.1398073603694165e-8, 1.5876028388972317e-6, -1.760708486885916e-7, 3.1505031359646793e-6, -8.619368454846627e-6, 3.383397360054913e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3628301176406855e-6, 1.2377611762423882e-6, 1.120638325101074e-8, 1.6018329750805922e-6, 2.4480647416766186e-7, 2.718832489541637e-6, -8.5179998259785e-6, 3.4073021005452396e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3628301176406855e-6, 1.2377611762423882e-6, 1.120638325101074e-8, 1.6018329750805922e-6, 2.4480647416766186e-7, 2.718832489541637e-6, -8.5179998259785e-6, 3.4073021005452396e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5188478522695715e-6, 1.333366678526383e-6, 1.2912159114133475e-8, 1.6766023656876124e-6, 2.5211450426208616e-7, 2.8955691345795157e-6, -9.064370776509894e-6, 3.749580820705922e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6983376026452056e-6, 1.4439975642006876e-6, 1.5027962501087382e-8, 1.7691229243972287e-6, 2.712505426176775e-7, 3.0879157925195935e-6, -9.700044743243461e-6, 4.1439235436198145e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.443822055361053e-6, 1.883738032951202e-6, 2.3965221605319894e-8, 2.144733085478597e-6, 2.232441855093422e-7, 3.977483166615161e-6, -1.2264800748611061e-5, 5.67815001090388e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.596003471684653e-6, 1.9588014709099385e-6, 2.5600658415970514e-8, 2.2055025904736894e-6, 1.0765621647845724e-7, 4.23826986053792e-6, -1.2724285118108485e-5, 5.924508496078561e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.634934015225929e-6, 1.9775689978670187e-6, 2.601171069511356e-8, 2.2207000369960844e-6, 7.501642829448225e-8, 4.307133881496125e-6, -1.2839962002073469e-5, 5.985969314987167e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.540784714980792e-6, 1.9604956990063475e-6, 2.5536691733136298e-8, 2.220892075748449e-6, 3.6422230035928813e-7, 3.979978202723009e-6, -1.268827381833385e-5, 5.96364133782828e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3628301176406855e-6, 1.2377611762423882e-6, 1.120638325101074e-8, 1.6018329750805922e-6, 2.4480647416766186e-7, 2.718832489541637e-6, -8.5179998259785e-6, 3.4073021005452396e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5188478522695715e-6, 1.333366678526383e-6, 1.2912159114133475e-8, 1.6766023656876124e-6, 2.5211450426208616e-7, 2.8955691345795157e-6, -9.064370776509894e-6, 3.749580820705922e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6983376026452056e-6, 1.4439975642006876e-6, 1.5027962501087382e-8, 1.7691229243972287e-6, 2.712505426176775e-7, 3.0879157925195935e-6, -9.700044743243461e-6, 4.1439235436198145e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.443822055361053e-6, 1.883738032951202e-6, 2.3965221605319894e-8, 2.144733085478597e-6, 2.232441855093422e-7, 3.977483166615161e-6, -1.2264800748611061e-5, 5.67815001090388e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.596003471684653e-6, 1.9588014709099385e-6, 2.5600658415970514e-8, 2.2055025904736894e-6, 1.0765621647845724e-7, 4.23826986053792e-6, -1.2724285118108485e-5, 5.924508496078561e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.634934015225929e-6, 1.9775689978670187e-6, 2.601171069511356e-8, 2.2207000369960844e-6, 7.501642829448225e-8, 4.307133881496125e-6, -1.2839962002073469e-5, 5.985969314987167e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.540784714980792e-6, 1.9604956990063475e-6, 2.5536691733136298e-8, 2.220892075748449e-6, 3.6422230035928813e-7, 3.979978202723009e-6, -1.268827381833385e-5, 5.96364133782828e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]] … [[-3.3812875635157033e-6, 2.1909490193138782e-5, 9.213745576237891e-7, -4.148468986460164e-6, -5.524150790846085e-7, 2.1891812186598924e-6, -1.9807867917881328e-5, 2.869993577519339e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.243121125054066e-6, 2.1751263871261744e-5, 9.369242424677145e-7, -4.413722501865569e-6, -2.567592844255705e-7, 1.7584012675280764e-6, -1.9387277824644945e-5, 2.854291354732618e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.082947915597103e-6, 2.159138498762679e-5, 9.527795634466175e-7, -4.642540717718146e-6, -3.2882169463422556e-7, 1.6952319750697938e-6, -1.901891745905846e-5, 2.83383126086473e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0782756343507205e-6, 2.1083799860657937e-5, 1.0063500211430525e-6, -5.275764482736495e-6, 4.609717502629514e-6, -3.7157606771380533e-6, -1.742133893265988e-5, 2.7912723424546438e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.54655890805346e-6, 2.1043743210842856e-5, 1.0133589500413082e-6, -5.296353499343956e-6, 1.0031256815070316e-5, -9.218395654322516e-6, -1.6841707541479694e-5, 2.814656627245148e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.6823820865493925e-6, 2.103515548807896e-5, 1.0150968760215307e-6, -5.296311966261693e-6, 1.156672308588246e-5, -1.0774953934558826e-5, -1.6684917309716144e-5, 2.8215898471031037e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.4679870210241364e-6, 2.0960462228754075e-5, 1.0160540712271019e-6, -5.418714465650799e-6, -9.13812257591243e-7, 1.749631255034967e-6, -1.7667557288319992e-5, 2.7419234775700264e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.4679870210241364e-6, 2.0960462228754075e-5, 1.0160540712271019e-6, -5.418714465650799e-6, -9.13812257591243e-7, 1.749631255034967e-6, -1.7667557288319992e-5, 2.7419234775700264e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.405144992721168e-6, 2.0822160737203165e-5, 1.0305456461309114e-6, -5.550714756311999e-6, -3.954298393408639e-7, 1.1082002583407551e-6, -1.7332564336319587e-5, 2.722947283018786e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2885767129303727e-6, 2.0679274113637316e-5, 1.0452782869314971e-6, -5.66643129057468e-6, -5.105168787569849e-7, 1.1032524064742144e-6, -1.706005074599811e-5, 2.697770821217124e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7751924988265206e-6, 2.0251492096562988e-5, 1.0947016510260978e-6, -5.869522037220861e-6, 7.77285979673938e-6, -7.616649112014812e-6, -1.5519901098511656e-5, 2.6622112022453874e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.6274761057639424e-6, 2.0244100043944335e-5, 1.1009626865343142e-6, -5.7663650005213425e-6, 1.6790886288524857e-5, -1.6726591461760342e-5, -1.472205062630349e-5, 2.70653417534561e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.869332470139964e-6, 2.0244303817023238e-5, 1.1025066830532284e-6, -5.734227272165375e-6, 1.9328078290667378e-5, -1.928796310481619e-5, -1.450272064827531e-5, 2.719354704652996e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8198817633129248e-6, 2.0111226621863613e-5, 1.1038534416408498e-6, -6.045067875558861e-6, -1.3632561425856738e-6, 1.4903888025597795e-6, -1.6065072570526485e-5, 2.5878094859197054e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8198817633129248e-6, 2.0111226621863613e-5, 1.1038534416408498e-6, -6.045067875558861e-6, -1.3632561425856738e-6, 1.4903888025597795e-6, -1.6065072570526485e-5, 2.5878094859197054e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.818488776544899e-6, 1.9990763827166607e-5, 1.1169476263893857e-6, -6.091593248130249e-6, -5.993194040597564e-7, 6.198813466538845e-7, -1.5785606019972088e-5, 2.567414648497116e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.73357566928478e-6, 1.9863234054588847e-5, 1.1302334284001694e-6, -6.137062320638761e-6, -7.305314656585524e-7, 6.495943614297403e-7, -1.558138519924941e-5, 2.539492810412744e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.6197017767788004e-6, 1.950663726554464e-5, 1.1745028056757174e-6, -6.059154813067917e-6, 1.0458738361472404e-5, -1.0927606447316687e-5, -1.4047630265055548e-5, 2.514214869526187e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.7852432754714502e-6, 1.9526688281333033e-5, 1.1799218767062845e-6, -5.865404447419675e-6, 2.2439534719180873e-5, -2.3006297924525585e-5, -1.3065416604092676e-5, 2.5762173742891962e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-4.110757353396546e-6, 1.9534077086003277e-5, 1.1812515883806976e-6, -5.810096329582946e-6, 2.577248340595739e-5, -2.6365136270723315e-5, -1.2795636366932498e-5, 2.5938142402939412e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3859027742607098e-6, 1.9354064627169194e-5, 1.1828964313345012e-6, -6.268970496375251e-6, -1.5737386545349505e-6, 1.1014818815814375e-6, -1.4830333765944448e-5, 2.4205027510302275e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.3859027742607098e-6, 1.9354064627169194e-5, 1.1828964313345012e-6, -6.268970496375251e-6, -1.5737386545349505e-6, 1.1014818815814375e-6, -1.4830333765944448e-5, 2.4205027510302275e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4178287675628196e-6, 1.9245584213490403e-5, 1.1947513718374383e-6, -6.266559292139035e-6, -7.11373088007387e-7, 1.4808780590178857e-7, -1.4591381052592522e-5, 2.3987188090721337e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3558179169526482e-6, 1.9129097181299394e-5, 1.206752161602565e-6, -6.2707003712879045e-6, -8.270891631042546e-7, 1.7860746918118645e-7, -1.442999822422627e-5, 2.3691488634879323e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3755541309819983e-6, 1.8813458562671312e-5, 1.2465657192110231e-6, -6.048985186307818e-6, 1.1001452678645947e-5, -1.1986092622174148e-5, -1.2993536147524064e-5, 2.342691126459748e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.603824028875052e-6, 1.884230469597853e-5, 1.2513538660368897e-6, -5.824751451128909e-6, 2.3504810353387834e-5, -2.4582840246451392e-5, -1.1994399568353187e-5, 2.407346379405275e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.9435706435836906e-6, 1.8851775080048896e-5, 1.2525261417161176e-6, -5.76234512268421e-6, 2.695494640491035e-5, -2.805767140394759e-5, -1.1721190657974572e-5, 2.4255302015146984e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.1038008711024806e-6, 1.8663125615862266e-5, 1.2541813685800623e-6, -6.256167426211742e-6, -1.489097377398524e-6, 5.134532307009107e-7, -1.3827166061384673e-5, 2.2454715209541783e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.1038008711024806e-6, 1.8663125615862266e-5, 1.2541813685800623e-6, -6.256167426211742e-6, -1.489097377398524e-6, 5.134532307009107e-7, -1.3827166061384673e-5, 2.2454715209541783e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.1453228432487355e-6, 1.8561395470177653e-5, 1.2650339950884575e-6, -6.2267978503617515e-6, -6.81367863045841e-7, -3.7173923208180664e-7, -1.3622932728306488e-5, 2.2217310517785117e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0990937837636826e-6, 1.845195291258682e-5, 1.2759845714498685e-6, -6.206210463785856e-6, -7.776306662233122e-7, -3.4722639128157446e-7, -1.3488643269838935e-5, 2.19086709085667e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.059704203743628e-6, 1.8152542062976436e-5, 1.3122298052149438e-6, -5.925333481885198e-6, 1.0010338849039403e-5, -1.1421400936726874e-5, -1.2222264512310053e-5, 2.1535924174349683e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.178355292755605e-6, 1.8176925167309824e-5, 1.316584178112059e-6, -5.7100705629621425e-6, 2.135327026907016e-5, -2.2846685163453206e-5, -1.1322084762727601e-5, 2.2104161674065097e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.486607916283044e-6, 1.818499429473454e-5, 1.3176498577609704e-6, -5.650800762169375e-6, 2.4473073558116064e-5, -2.5988244281679827e-5, -1.1076460214183897e-5, 2.226395463704572e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.116641721395545e-7, 1.8013573781246262e-5, 1.3191227359708738e-6, -6.104223462377624e-6, -1.2994772185490963e-6, -9.96426754045122e-8, -1.2980964140824379e-5, 2.063275152078032e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.116641721395545e-7, 1.8013573781246262e-5, 1.3191227359708738e-6, -6.104223462377624e-6, -1.2994772185490963e-6, -9.96426754045122e-8, -1.2980964140824379e-5, 2.063275152078032e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.532488531659307e-7, 1.791558610160088e-5, 1.3291132628592164e-6, -6.0595034306072076e-6, -5.926727554767048e-7, -8.720689976129306e-7, -1.280474198055553e-5, 2.0375366529582085e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.174511367854851e-7, 1.7810517280819223e-5, 1.3391543640531273e-6, -6.023816440144379e-6, -6.785464082646149e-7, -8.464667763737906e-7, -1.268892399151952e-5, 2.0055331082154394e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7773602620551145e-6, 1.7516778123113154e-5, 1.3723176322020942e-6, -5.719331859200897e-6, 8.798229187387875e-6, -1.0564927490236973e-5, -1.158206147659877e-5, 1.9563561453886315e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7631518239481063e-6, 1.7534033809820627e-5, 1.3763115973647655e-6, -5.521699172268176e-6, 1.8770370707014824e-5, -2.060821882049129e-5, -1.0791745747153685e-5, 2.0040994496610372e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0348365091359627e-6, 1.754008958747071e-5, 1.3772886393858675e-6, -5.467540526120924e-6, 2.1514381789037855e-5, -2.3371039749228377e-5, -1.057594885355016e-5, 2.017605622140994e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.697841733088069e-7, 1.7389124541148308e-5, 1.3785626126861409e-6, -5.869309774070327e-6, -1.1474707062299284e-6, -6.065202085809914e-7, -1.2248763758581262e-5, 1.8741614669368688e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-7.697841733088069e-7, 1.7389124541148308e-5, 1.3785626126861409e-6, -5.869309774070327e-6, -1.1474707062299284e-6, -6.065202085809914e-7, -1.2248763758581262e-5, 1.8741614669368688e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.109147682192599e-7, 1.7293720879887117e-5, 1.387717519781376e-6, -5.815497770352844e-6, -5.174067562910366e-7, -1.2915967763649677e-6, -1.2092945751306575e-5, 1.8469234228661891e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.820872471988479e-7, 1.7191703466548514e-5, 1.3968794952894942e-6, -5.7708524251170275e-6, -6.004684143089635e-7, -1.25848444912398e-6, -1.1990755242359217e-5, 1.8140648162700303e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5760570601179183e-6, 1.6902316861676036e-5, 1.4270406259656946e-6, -5.45426029881085e-6, 8.000158820705009e-6, -1.0062232693794801e-5, -1.0993766352479654e-5, 1.7568000968564852e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.4759180741518967e-6, 1.6915071333905955e-5, 1.4306613361901467e-6, -5.26842042284951e-6, 1.7082924294531422e-5, -1.9207581770465235e-5, -1.027536899370223e-5, 1.7986322965413484e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7243889804419885e-6, 1.6919881396873644e-5, 1.4315456950359316e-6, -5.21758818220658e-6, 1.958757542867237e-5, -2.1728829883271707e-5, -1.0078753677074362e-5, 1.8105582024126972e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.589284795976802e-7, 1.6782082820799457e-5, 1.4326851241198472e-6, -5.5862687832558464e-6, -1.0700764101825406e-6, -9.771677380800254e-7, -1.1602150077459735e-5, 1.679823543656525e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-6.776936101250252e-7, 1.64411562522365e-5, 1.4608228128798172e-6, -5.394064952775555e-6, -3.6132723194120716e-7, -1.825394169141787e-6, -1.1212769106230958e-5, 1.5692700050994617e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-6.622351616981968e-7, 1.6202530876661948e-5, 1.479290785725821e-6, -5.263173980214877e-6, -1.9654660757918596e-7, -2.07485724724933e-6, -1.097461646845518e-5, 1.4896078028089394e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], [[-5.706709657422039e-7, 1.5208976334392548e-5, 1.5506339497148023e-6, -4.719301605618323e-6, 4.612045714092794e-8, -2.619096730111348e-6, -1.0050155978896163e-5, 1.1534945391195357e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-5.442233943539465e-7, 1.4921182193628916e-5, 1.5672693069930528e-6, -4.562290381910538e-6, 1.6454951686276994e-8, -2.6435608895711915e-6, -9.809818636416074e-6, 1.054986849943515e-6, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]], [[-4.5393776531508016e-7, 1.3698374500058987e-5, 1.6280819316449827e-6, -3.909128240054779e-6, -1.962221113593237e-8, -2.7748924938606076e-6, -8.810205241958188e-6, 6.413295206211568e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-4.360961427728004e-7, 1.3336803669145863e-5, 1.6389061540888262e-6, -3.7298024450346264e-6, -1.3937527382589966e-8, -2.789537568849024e-6, -8.530324899088617e-6, 5.239887598929764e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]]], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1 … 1, 1, 1, 1, 1, 1, 1, 2, 2, 2], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.183595499499219e-5, 0.0014519084607959004, 6.385718987585676e-5, 0.00023445383900422094, 7.459911370731072e-7, 0.00026840410306257944, 0.997788068066577, 0.0001607430612149164, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [-6.589284795976802e-7, 1.6782082820799457e-5, 1.4326851241198472e-6, -5.5862687832558464e-6, -1.0700764101825406e-6, -9.771677380800254e-7, -1.1602150077459735e-5, 1.679823543656525e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.109147682192599e-7, 1.7293720879887117e-5, 1.387717519781376e-6, -5.815497770352844e-6, -5.174067562910366e-7, -1.2915967763649677e-6, -1.2092945751306575e-5, 1.8469234228661891e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.820872471988479e-7, 1.7191703466548514e-5, 1.3968794952894942e-6, -5.7708524251170275e-6, -6.004684143089635e-7, -1.25848444912398e-6, -1.1990755242359217e-5, 1.8140648162700303e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5760570601179183e-6, 1.6902316861676036e-5, 1.4270406259656946e-6, -5.45426029881085e-6, 8.000158820705009e-6, -1.0062232693794801e-5, -1.0993766352479654e-5, 1.7568000968564852e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.4759180741518967e-6, 1.6915071333905955e-5, 1.4306613361901467e-6, -5.26842042284951e-6, 1.7082924294531422e-5, -1.9207581770465235e-5, -1.027536899370223e-5, 1.7986322965413484e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.7243889804419885e-6, 1.6919881396873644e-5, 1.4315456950359316e-6, -5.21758818220658e-6, 1.958757542867237e-5, -2.1728829883271707e-5, -1.0078753677074362e-5, 1.8105582024126972e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.589284795976802e-7, 1.6782082820799457e-5, 1.4326851241198472e-6, -5.5862687832558464e-6, -1.0700764101825406e-6, -9.771677380800254e-7, -1.1602150077459735e-5, 1.679823543656525e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.093258714902579e-8, -4.082380828102931e-9, 3.3610052033554664e-11, -1.1078825195736258e-8, -6.084643423065443e-7, 6.11181797692022e-7, -4.4693962185023446e-8, -3.8284843776806936e-9, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [2.752744417469513e-5, 0.0015831899232686111, 7.984499054281413e-5, 0.00019753433418456774, 5.948849583353477e-7, 0.00024118179742023947, 0.9977039719615307, 0.00016617133058262885, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.05843822381213152, -0.0018269408585206341, 3.224330477165564e-5, -0.008392192861989379, -0.6072855063495955, 0.4673654327003208, -4.4740094993726266e-5, -0.0033487184647494894, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.183595499499219e-5, 0.0014519084607959004, 6.385718987585676e-5, 0.00023445383900422094, 7.459911370731072e-7, 0.00026840410306257944, 0.997788068066577, 0.0001607430612149164, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [-4.5393776531508016e-7, 1.3698374500058987e-5, 1.6280819316449827e-6, -3.909128240054779e-6, -1.962221113593237e-8, -2.7748924938606076e-6, -8.810205241958188e-6, 6.413295206211568e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-4.360961427728004e-7, 1.3336803669145863e-5, 1.6389061540888262e-6, -3.7298024450346264e-6, -1.3937527382589966e-8, -2.789537568849024e-6, -8.530324899088617e-6, 5.239887598929764e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-4.112314665821658e-7, 1.2928830422713038e-5, 1.6639038775333132e-6, -3.4958855040452474e-6, 8.512257403363235e-9, -2.87730017069512e-6, -8.19427436352389e-6, 3.774449471961381e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-4.80363454571614e-7, 1.422638567582601e-5, 1.6074306121491641e-6, -4.183235249825953e-6, -5.516391391698937e-8, -2.702619101496561e-6, -9.229602818901004e-6, 8.171682507369483e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-4.3521725245031616e-7, 1.3325014217131021e-5, 1.642684619700908e-6, -3.715307785046573e-6, 5.5095679154661125e-9, -2.825995029328844e-6, -8.513681100082588e-6, 5.169927621609249e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-4.80363454571614e-7, 1.422638567582601e-5, 1.6074306121491641e-6, -4.183231756191505e-6, -5.516391391698937e-8, -2.702622595131009e-6, -9.229602818901004e-6, 8.171682507369483e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.930120633999787e-7, 1.2463894465398088e-5, 1.6650381387149278e-6, -3.2968716786149185e-6, -2.1348676746317782e-10, -2.824893907506754e-6, -7.854644571747874e-6, 2.407031039239719e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-0.0964622937741737 0.0 … -3.183595499223202e-5 0.0; 0.07999999999992724 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], [-1.3106162407898425 0.0 … -0.00010251430144085268 0.0; -0.1965536061906016 -1.0 … -2.0149555634309982e-5 0.0; … ; -0.0 -0.0 … -1.0 0.0; -0.0 -0.0 … -0.0 -1.0], [1.2868620493024167e-8, -8.50249912902945e-8, 2.5970669535965294e-8, 1.000295277427972e-7, 3.0719361337416856e-8, -1.3397615220273813e-7, 1.029228778543233e-7, -5.350991347058168e-8, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.012471575961981885, -0.03272037155947532, 0.02400523187624784, 0.08103140399602676, 0.03069646204878896, -0.10562576380764682, 0.00010304776473106873, -0.04587204330947569, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [969146.301947632, 407845.56845788425, 939975.7876493664, 810074.8431441191, 999254.5649508669, 788392.2778123203, 1001.2134024946542, 861517.1034951772, 4761.9047619047615, 4975.124378109453 … 166666.66666666666, 111111.11111111111, 62500.0, 12345.679012345678, 47619.04761904761, 47619.04761904761, 47619.04761904761, 90909.09090909091, 38461.53846153846, 38461.53846153846], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce104f0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10510, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10530, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10550, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [3.183595499499219e-5, 0.0014519084607959004, 6.385718987585676e-5, 0.00023445383900422094, 7.459911370731072e-7, 0.00026840410306257944, 0.997788068066577, 0.0001607430612149164, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [1.0, 1.0, 0.01, 1.1128483914848306, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce104f0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10510, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10530, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10550, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 89.0059613917043, [1.0, 1.0, 0.01, 1.1128483914848306, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [-4.3934716136424545e-7, 1.343250730191075e-5, 1.6517498507093486e-6, -3.7376122062229577e-6, 7.288802537803226e-8, -2.950657507986718e-6, -8.570039045313597e-6, 5.405107428882474e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([-1.3106162407898425 0.0 … -0.00010251430144085268 0.0; -0.1965536061906016 -1.0 … -2.0149555634309982e-5 0.0; … ; -0.0 -0.0 … -1.0 0.0; -0.0 -0.0 … -0.0 -1.0], [-4.3934716136424545e-7, 1.343250730191075e-5, 1.6517498507093486e-6, -3.7376122062229577e-6, 7.288802537803226e-8, -2.950657507986718e-6, -8.570039045313597e-6, 5.405107428882474e-7, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [1.2868620493024167e-8, -8.50249912902945e-8, 2.5970669535965294e-8, 1.000295277427972e-7, 3.0719361337416856e-8, -1.3397615220273813e-7, 1.029228778543233e-7, -5.350991347058168e-8, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}([-1.3106162407898425 0.0 … -0.00010251430144085268 0.0; -0.1965536061906016 -1.0 … -2.0149555634309982e-5 0.0; … ; -0.0 -0.0 … -1.0 0.0; -0.0 -0.0 … -0.0 -1.0], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10 … 13, 14, 15, 16, 17, 18, 19, 20, 21, 22], 0), [1, 2, 3, 4, 5, 6, 7, 8, 9, 10 … 13, 14, 15, 16, 17, 18, 19, 20, 21, 22]), false, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([969146.301947632 0.0 … 0.0 0.0; 0.0 407845.56845788425 … 0.0 0.0; … ; 0.0 0.0 … 38461.53846153846 0.0; 0.0 0.0 … 0.0 38461.53846153846]), [969146.301947632 0.0 … 0.0 0.0; 0.0 407845.56845788425 … 0.0 0.0; … ; 0.0 0.0 … 38461.53846153846 0.0; 0.0 0.0 … 0.0 38461.53846153846], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([1.2868620493024167e-8, -8.50249912902945e-8, 2.5970669535965294e-8, 1.000295277427972e-7, 3.0719361337416856e-8, -1.3397615220273813e-7, 1.029228778543233e-7, -5.350991347058168e-8, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-4.80363454571614e-7, 1.422638567582601e-5, 1.6074306121491641e-6, -4.183235249825953e-6, -5.516391391698937e-8, -2.702619101496561e-6, -9.229602818901004e-6, 8.171682507369483e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [-4.80363454571614e-7, 1.422638567582601e-5, 1.6074306121491641e-6, -4.183231756191505e-6, -5.516391391698937e-8, -2.702622595131009e-6, -9.229602818901004e-6, 8.171682507369483e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-4.80363454571614e-7, 1.422638567582601e-5, 1.6074306121491641e-6, -4.183231756191505e-6, -5.516391391698937e-8, -2.702622595131009e-6, -9.229602818901004e-6, 8.171682507369483e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], 0.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(13, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), true, 10, 3, 9//10, 9//10, 2, false, 5), 2)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 277
Number of function 2 evaluations: 0
Number of W matrix evaluations: 3
Number of linear solves: 9
Number of Jacobians created: 3
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 1041
Number of accepted steps: 33
Number of rejected steps: 1
Maximum eigenvalue recorded: 1, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1 … 1, 1, 1, 1, 1, 1, 1, 2, 2, 2], SciMLBase.ReturnCode.Success), ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], nothing, nothing, [100.0], [[[2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce10810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], (100.0, 100.0), [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce10810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], [100.0], [[[2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]]], [1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [-3.930120633999787e-7, 1.2463894465398088e-5, 1.6650381387149278e-6, -3.2968716786149185e-6, 4.3952562136351066e-7, -3.2646330156377274e-6, -7.854644571747874e-6, 2.407031039239719e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-3.930120633999787e-7, 1.2463894465398088e-5, 1.6650381387149278e-6, -3.2968716786149185e-6, 4.3952562136351066e-7, -3.2646330156377274e-6, -7.854644571747874e-6, 2.407031039239719e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [6.94362903010763e-310 6.94381331019913e-310 … NaN NaN; 0.0 0.0 … 2.83993024e-315 6.94381143998675e-310; … ; 6.94381331019913e-310 6.94381331015566e-310 … 7.043e-320 2.1219958354e-314; 0.0 0.0 … 1.655e-321 0.0], [6.9436323357135e-310 6.9436485803034e-310 … 6.94363234033323e-310 6.94363233578466e-310; 6.9436342133005e-310 6.94365175015666e-310 … 6.9436342132958e-310 6.9436342133353e-310; … ; 6.94364858012555e-310 6.94364857945046e-310 … 0.0 6.9436485806544e-310; 6.943651750129e-310 6.94365174997485e-310 … 0.0 6.94365175017643e-310], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce10810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [2.704149716441919e-5, 0.0015985337952457497, 8.187538740928273e-5, 0.0001934482469221946, 5.927614229247347e-7, 0.00023773581933136197, 0.9976942853452951, 0.00016650381387149277, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2920, Ptr{Nothing} @0x00007fd1cce10810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2c1bb2b40, Ptr{Nothing} @0x00007fd1cce10830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2d60, Ptr{Nothing} @0x00007fd1cce10850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2c1bb2fa0, Ptr{Nothing} @0x00007fd1cce10870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 100.0, [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([6.9436323357135e-310 6.9436485803034e-310 … 6.94363234033323e-310 6.94363233578466e-310; 6.9436342133005e-310 6.94365175015666e-310 … 6.9436342132958e-310 6.9436342133353e-310; … ; 6.94364858012555e-310 6.94364857945046e-310 … 0.0 6.9436485806544e-310; 6.943651750129e-310 6.94365174997485e-310 … 0.0 6.94365175017643e-310], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [-4693582579717460700, 4538546137476038495, 4510190589121286404, 4535438346236905665, -4700257799381537500, 4534027019447798152, -4680923317297855042, 4522249703176516103, -9223372036854775808, -9223372036854775808 … -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 100.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 3
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 0
Number of rejected steps: 0, [1], SciMLBase.ReturnCode.Success)), :XTOL_REACHED)Question 2
Ingest SIDARTHE-V
This is a handwritten verison of the SIDARTHE-V model, built from the exported SIDARTHE SBML and then manually handcorrected to be the SIDARTHE-V model. This should swap to the TA1/TA2 model form when available.
sysv = eval(quote
var"##iv#608" = (@variables(t))[1]
var"##sts#609" = (collect)(@variables(Infected(t), Healed(t), Extinct(t),
Diagnosed(t), Ailing(t),
Recognized(t), Susceptible(t),
Threatened(t), Vaccinated(t),
alpha(t), epsilon(t), gamma(t),
beta(t), delta(t), mu(t), nu(t),
lambda(t), rho(t), kappa(t), xi(t),
sigma(t), zeta(t), eta(t)))
var"##ps#610" = (collect)(@parameters(ModelValue_21, epsilon_modifier, tau,
theta, ModelValue_19, ModelValue_20,
Event_trigger_Fig4b,
Event_trigger_Fig3d, ModelValue_16,
Event_trigger_Fig3b, alpha_modifier,
Event_trigger_Fig4d, ModelValue_17,
ModelValue_18, Italy, tau1, phi))
var"##eqs#611" = [(~)((Differential(t))(Infected),
(+)((*)((+)((/)((*)(Infected, alpha), Italy),
(/)((*)(Diagnosed, beta), Italy),
(/)((*)(Ailing, gamma), Italy),
(/)((*)(Recognized, delta), Italy)),
Susceptible), (*)(-1 // 1, Infected, epsilon),
(*)(-1 // 1, Infected, lambda),
(*)(-1 // 1, Infected, zeta)))
(~)((Differential(t))(Healed),
(+)((*)(Ailing, kappa), (*)(Diagnosed, rho),
(*)(Infected, lambda), (*)(Recognized, xi),
(*)(Threatened, sigma)))
(~)((Differential(t))(Extinct),
(*)(tau, Threatened) + tau1 * Recognized)
(~)((Differential(t))(Diagnosed),
(+)((*)(Infected, epsilon),
(*)(-1 // 1, Diagnosed, eta),
(*)(-1 // 1, Diagnosed, rho)))
(~)((Differential(t))(Ailing),
(+)((*)(Infected, zeta), (*)(-1 // 1, theta, Ailing),
(*)(-1 // 1, Ailing, kappa),
(*)(-1 // 1, Ailing, mu)))
(~)((Differential(t))(Recognized),
(+)((*)(theta, Ailing), (*)(Diagnosed, eta),
(*)(-1 // 1, Recognized, nu),
(*)(-1 // 1, Recognized, xi)))
(~)((Differential(t))(Susceptible),
(*)((+)((/)((*)(-1, Infected, alpha), Italy),
(/)((*)(-1, Diagnosed, beta), Italy),
(/)((*)(-1, Ailing, gamma), Italy),
(/)((*)(-1, Recognized, delta), Italy)) -
phi * Susceptible,
Susceptible))
(~)((Differential(t))(Threatened),
(+)((*)(Ailing, mu), (*)(Recognized, nu),
(*)(-1 // 1, tau, Threatened),
(*)(-1 // 1, Threatened, sigma)))
Differential(t)(Vaccinated) ~ phi * Susceptible
(~)((Differential(t))(alpha), -0.0);
(~)((Differential(t))(epsilon), -0.0);
(~)((Differential(t))(gamma), -0.0);
(~)((Differential(t))(beta), -0.0);
(~)((Differential(t))(delta), -0.0);
(~)((Differential(t))(mu), -0.0);
(~)((Differential(t))(nu), -0.0);
(~)((Differential(t))(lambda), -0.0);
(~)((Differential(t))(rho), -0.0);
(~)((Differential(t))(kappa), -0.0);
(~)((Differential(t))(xi), -0.0);
(~)((Differential(t))(sigma), -0.0);
(~)((Differential(t))(zeta), -0.0);
(~)((Differential(t))(eta), -0.0)]
var"##defs#612" = (Dict)((Pair)(delta, 0.011), (Pair)(xi, 0.017),
(Pair)(Diagnosed, 3.33333333e-7),
(Pair)(Event_trigger_Fig3b, 0.0),
(Pair)(Extinct, 0.0), (Pair)(kappa, 0.017),
(Pair)(zeta, 0.125), (Pair)(eta, 0.125),
(Pair)(nu, 0.027), (Pair)(Healed, 0.0),
(Pair)(Infected, 3.33333333e-6),
(Pair)(ModelValue_16, 0.0),
(Pair)(alpha_modifier, 1.0), (Pair)(Italy, 1.0),
(Pair)(Event_trigger_Fig3d, 0.0),
(Pair)(ModelValue_20, 1.0), (Pair)(sigma, 0.017),
(Pair)(Threatened, 0.0), (Pair)(lambda, 0.034),
(Pair)(alpha, 0.57),
(Pair)(Event_trigger_Fig4b, 0.0),
(Pair)(ModelValue_17, 0.0),
(Pair)(Event_trigger_Fig4d, 0.0),
(Pair)(Susceptible, 0.9999963),
(Pair)(beta, 0.011),
(Pair)(Recognized, 3.33333333e-8),
(Pair)(rho, 0.034), (Pair)(mu, 0.017),
(Pair)(epsilon, 0.171),
(Pair)(Ailing, 1.66666666e-8),
(Pair)(gamma, 0.456), (Pair)(ModelValue_19, 0.0),
(Pair)(ModelValue_21, 1.0), (Pair)(theta, 0.371),
(Pair)(epsilon_modifier, 1.0), (Pair)(tau, 0.01),
(Pair)(ModelValue_18, 0.0),
Vaccinated => 0,
tau1 => 0.0200,
phi => 0.0025)
var"##iv#613" = (@variables(t))[1]
(ODESystem)(var"##eqs#611", var"##iv#613", var"##sts#609", var"##ps#610";
defaults = var"##defs#612", name = Symbol("##SBML#530"),
checks = false)
end)
# todo set the event flags
# todo validate the new params
probv = ODEProblem(sysv, [], (0, 100))
solv = solve(probv, Tsit5())
plot(solv)
plot(solv, idxs = [og_states; Vaccinated])
plot(solt1; idxs = sum(idart))
xmax, xmaxval = get_max_t(probv, sum(idart) * ITALY_POPULATION)
xmax, xmaxval = get_max_t(probv, sum(idart))
@test isapprox(xmax, 47; atol = 5)
@test isapprox(xmaxval, 0.6; atol = 0.1)Test PassedSetup the Parameters
Set the same initial values and parameter settings in 1.b.i. Let V(t=0) = 0, τ (in SIDARTHE) = τ2 (in SIDDARTHE-V), and τ1 = (1/3)*τ2 (reflecting the fact that the mortality rate for critical conditions (state T), will always be larger than for other infected states). Assume that the vaccination rate psi is 0 to start with. The SIDARTHE-V model allows for three main types of interventions: (1) Those that impact the transmission parameters (α, β, γ and δ) – social distancing, masking, lockdown; (2) Those that impact the detection parameters (ε, θ) – testing and contact tracing; (3) Those that impact the vaccination rate psi – vaccination campaigns. Assume previously stated constraints: θ >= 2* ε, and τ1 = (1/3)*τ2.
b.i
Let’s say our goal is to ensure that the total infected population (sum over all the infected states I, D, A, R, T) never rises above 1/3 of the total population, over the course of the next 100 days. If you could choose only a single intervention (affecting only one parameter), which intervention would let us meet our goal, with minimal change to the intervention parameter? Assume that the intervention will be implemented after one month (t = day 30), and will stay constant after that, over the remaining time period (i.e. the following 70 days). What are equivalent interventions of the other two intervention types, that would have the same impact on total infections?
This is a straightforward usage of the EasyModelAnalysis.optimal_parameter_intervention_for_threshold function designed during the ASKEM hackathon. It was able to be used without modification. However, a modeling decision had to be made to define what the "intervention parameters" are. A data request back to TA1/TA2 has been made to define which parameters should be in this set.
intervention_parameters = [theta] # Need to figure out what these should be
[p => EasyModelAnalysis.optimal_parameter_intervention_for_threshold(prob,
threshold_observable,
0.33,
p -
ModelingToolkit.defaults(sys)[p],
[p], [0.0],
3 .* [
ModelingToolkit.defaults(sys)[p],
],
(30.0, 100.0);
maxtime = 60)
for p in intervention_parameters]1-element Vector{Pair{Num, Tuple{Dict{Num, Float64}, Tuple{ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}, ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}, ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}}, Symbol}}}:
theta => (Dict(theta => 8.63162830693056e-19), (ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.8267939901340234e-6, 7.548349314301234e-8, 3.972742408182048e-12, 6.204996766975698e-7, 2.2926107471766297e-7, 8.860239412027163e-8, 0.9999951740898583, 1.9322030453387534e-9, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [7.480275114975006e-6, 6.362399105983564e-7, 4.6465678462207713e-10, 2.2190247195137503e-6, 1.141251253267001e-6, 9.836751407435457e-7, 0.9999875024895241, 5.324634296694997e-8, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.8610348128968713e-5, 4.040009208879538e-6, 1.3726333585323035e-8, 8.757440649621397e-6, 3.993260066391428e-6, 7.607896089014415e-6, 0.9999563149242606, 6.790619257913193e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.7569462106423824e-5, 1.1681712917634034e-5, 7.908944400438965e-8, 1.9513009925659064e-5, 8.279809057320134e-6, 2.1982275103110848e-5, 0.999898314252307, 2.5970558017403387e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0001204349488133012, 4.035635744292145e-5, 4.3990046055544926e-7, 5.1445498953866775e-5, 2.5576909271731578e-5, 7.060365468624467e-5, 0.9996808005111493, 1.0358885884931657e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005320001448761725, 0.00030867882071223244, 2.721617736808061e-6, 0.00035636916222280213, 4.1106988774674946e-5, 0.00023238210993133194, 0.9984907795878738, 3.597823453493085e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], nothing, nothing, [0.0, 0.5367984098965104, 2.7883046034770675, 3.9999999999999996, 3.9999999999999996, 7.452732817565575, 11.84078920198151, 11.999999999999998, 11.999999999999998, 18.10179439889311, 21.999999999999996, 21.999999999999996, 27.880048927181118, 27.999999999999996, 27.999999999999996, 30.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [[8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 4.0991666627700003e-7, 4.6383333268399994e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.451506278492654e-7, 1.3009289017483877e-7, 1.0226904354972027e-12, 5.218903401218858e-7, 4.043368412597134e-7, 6.493550386312749e-8, -1.968298288440199e-6, 1.8910624809331e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.807532423176101e-7, 1.3508832313223307e-7, 3.3516588968644088e-12, 5.278248967779075e-7, 3.9974534867750113e-7, 8.365411310016955e-8, -2.029759729258707e-6, 2.690453594388836e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.008595577476248e-6, 1.5334975184401267e-7, 1.6848689054386487e-11, 5.510717242856526e-7, 3.865855335345325e-7, 1.4834974602914445e-7, -2.253644101344717e-6, 5.674919486072379e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0276964434069617e-6, 1.5610278327510123e-7, 2.00005675587e-11, 5.547504601861783e-7, 3.849209748525142e-7, 1.5776503488953463e-7, -2.2873852433690652e-6, 6.129546191216426e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0324687956795725e-6, 1.5679392481369017e-7, 2.0798686954378614e-11, 5.556861157270884e-7, 3.845362755043237e-7, 1.6009504782938403e-7, -2.2958452576124047e-6, 6.24429937139178e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.187004033193658e-6, 1.7958964786004538e-7, 4.1932621142572985e-11, 5.875856192734583e-7, 3.756091507892601e-7, 2.3321258923392168e-7, -2.5731484812422014e-6, 1.0105508270715283e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.373897112342623e-6, 2.0895738945101364e-7, 9.446164046318175e-11, 6.367922626112395e-7, 3.8318979041686505e-7, 3.077801962009529e-7, -2.926118161389624e-6, 1.5406948726466837e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2384139852330487e-6, 3.443611940385821e-7, 4.924826268070137e-10, 8.73530343406949e-7, 4.2368469084340284e-7, 6.442755276520781e-7, -4.564433719262399e-6, 3.967549546153123e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.427139232088914e-6, 3.7170797990971917e-7, 6.115902501270377e-10, 9.171617904496675e-7, 4.141436901805141e-7, 7.296691047654473e-7, -4.904623929096266e-6, 4.41905414518768e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.473740532781335e-6, 3.785176521053391e-7, 6.40954579968218e-10, 9.282141659644414e-7, 4.123197813881157e-7, 7.503737250679031e-7, -4.9891336445664455e-6, 4.532683267934279e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.5582537526114919e-6, 5.615275508099575e-7, 1.2787673005995483e-9, 1.313736917418887e-6, 6.415843994307033e-7, 1.0282642991742732e-6, -5.185703707509483e-6, 8.105802076357003e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.746986279903513e-6, 6.323552152210123e-7, 1.7293607189513852e-9, 1.3457435183176261e-6, 6.054182178344505e-7, 1.2267177447093025e-6, -5.6602880603005994e-6, 1.0133772359574362e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.9512664663145588e-6, 7.17670899382779e-7, 2.4288526035228865e-9, 1.4102322679931962e-6, 6.12421903995393e-7, 1.4103121540414717e-6, -6.231439951928502e-6, 1.2710740759757967e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8898855120688075e-6, 1.0773429019441172e-6, 6.280586754781201e-9, 1.6769024968226457e-6, 5.176135237305434e-7, 2.301658002579788e-6, -8.701148515095987e-6, 2.3146549119530385e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.127849959668875e-6, 1.1430969497437044e-6, 7.2322490729862315e-9, 1.6937404421767253e-6, 3.781203275541865e-7, 2.5876889683582306e-6, -9.184965935248978e-6, 2.472370386742703e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.1865835067136157e-6, 1.1595020994411966e-6, 7.469305023469182e-9, 1.6985403863393668e-6, 3.446318415758109e-7, 2.6575884118048907e-6, -9.305547559470235e-6, 2.5123200857188577e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.293289902784405e-6, 1.291454946103897e-6, 8.591881075879622e-9, 1.944423968270413e-6, 7.660607536403319e-7, 2.5156629767653598e-6, -1.0120855463523856e-5, 3.013710348835702e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.729245659475606e-6, 1.483078410969045e-6, 1.1132245221091455e-8, 2.1556983424276954e-6, 8.553002608401946e-7, 2.84022658570411e-6, -1.1434383549202784e-5, 3.5970204456504115e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.766799276605013e-6, 2.358237620619037e-6, 2.3958564353875082e-8, 3.12801027531477e-6, 1.1980130193393016e-6, 4.391376877033931e-6, -1.7485011243460294e-5, 6.186156101943668e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209610059157907e-6, 2.5352023675964168e-6, 2.6803326118768362e-8, 3.308629409928688e-6, 1.2111580571424766e-6, 4.765284012004729e-6, -1.872461020553312e-5, 6.679229735841363e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.3198174769584384e-6, 2.579210112847519e-6, 2.7512341648519405e-8, 3.353780376068283e-6, 1.2143826172516833e-6, 4.8581547143275936e-6, -1.903307391710395e-5, 6.802162780019141e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[7.288695973743017e-6, 2.5687552418901944e-6, 2.70443667931599e-8, 2.3242947345466197e-6, 1.377126211741238e-6, 4.658773011227428e-6, -1.8929407456395783e-5, 6.847179164541246e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.57183067109999e-6, 3.0020792981467727e-6, 3.377095958854078e-8, 2.9851680439618174e-6, 1.72425419437586e-6, 5.244733265381158e-6, -2.2374963023902694e-5, 8.131265913485566e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0426557728318656e-5, 3.6211015830405655e-6, 4.333502199558329e-8, 3.827072087020971e-6, 2.1227040658102605e-6, 6.2288438745121365e-6, -2.7252506219280926e-5, 9.828918585827496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.0507065702126118e-5, 7.108594475480618e-6, 9.418610807463671e-8, 8.559707530828461e-6, 4.951968555383839e-6, 1.1255836749565911e-5, -5.4422983935808204e-5, 1.945624814348613e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2675294914287014e-5, 7.940028473118547e-6, 1.0519183692206417e-7, 9.81293701047074e-6, 6.083698479450015e-6, 1.1977530448042833e-5, -6.078706818680297e-5, 2.1923870245117607e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.320807510859951e-5, 8.14645815124185e-6, 1.0792864885936352e-7, 1.012438189052645e-5, 6.373910187453528e-6, 1.2148758949444338e-5, -6.236298568933039e-5, 2.2534727532053545e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.728033413251623e-5, 2.535005438305001e-5, 2.201264175868538e-7, 3.0236565474817026e-5, -1.2374739941273001e-5, 1.8450438820883596e-5, -0.00010114020165778368, 1.9774223702029562e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.878530414177643e-5, 2.8789704111972098e-5, 2.388464354481121e-7, 3.3823587560478e-5, -6.535636918623126e-6, 1.451846602158009e-5, -0.00011171543164574672, 2.0951602931151128e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.293546856116083e-5, 3.2761871025516864e-5, 2.604703688279693e-7, 3.758567012566038e-5, -4.97556883095252e-6, 1.5226517433533714e-5, -0.00012598051452646393, 2.1860858427166926e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.9617080252304045e-5, 5.322917427127282e-5, 3.342689624605249e-7, 6.021068554845434e-5, 3.459217986037841e-5, -1.433311037519958e-5, -0.00018699683627916512, 3.3465577594945555e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.10540491195444e-5, 5.915228017457062e-5, 3.3725947827424974e-7, 6.883647555952892e-5, 6.859680762092858e-5, -4.631331068083432e-5, -0.00019573713628027333, 4.073575008260859e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.88336700253855e-5, 6.064175118453597e-5, 3.37811513471578e-7, 7.101913959298414e-5, 7.729147812876961e-5, -5.450514785177295e-5, -0.00019787803673594013, 4.259334142566301e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8024570559341688e-5, 5.468302608430703e-5, 3.632098811698145e-7, 5.867849634843316e-5, 1.9890300327515186e-6, 2.0176272030410416e-5, -0.00012073728868994838, 2.8718248722181285e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7557474026861188e-5, 5.467697246855398e-5, 3.724571572583569e-7, 5.6884918705423734e-5, 1.538071836731635e-6, 2.0848401407204277e-5, -0.00011971277991036111, 2.949432362050314e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.712752843183468e-5, 5.467875295972577e-5, 3.825123320653215e-7, 5.51418311042747e-5, 1.2035843526034413e-6, 2.1373801404859907e-5, -0.00011868534179834227, 3.0323880766478094e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.565451965027091e-5, 5.468360572109474e-5, 4.1904039485667e-7, 4.9332119271758256e-5, -2.541907288901761e-8, 2.3184851428005963e-5, -0.00011525371408727618, 3.314035994720475e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5401841044514544e-5, 5.4675470467052246e-5, 4.245151977846633e-7, 4.851793139530319e-5, -3.678829542951698e-7, 2.3606577526288705e-5, -0.00011480304605316233, 3.348275465543238e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.534088017166808e-5, 5.467379006654168e-5, 4.258904942889212e-7, 4.831778872869806e-5, -4.473177423632059e-7, 2.3704730163623373e-5, -0.00011469098931069142, 3.356987771570674e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.2382270537597508e-7, 2.3094833947770018e-5, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c736eaf0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c736eb10, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c736eb30, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c736eb50, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], (0.0, 30.0), [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-11, 11, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c736eaf0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c736eb10, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c736eb30, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c736eb50, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.8267939901340234e-6, 7.548349314301234e-8, 3.972742408182048e-12, 6.204996766975698e-7, 2.2926107471766297e-7, 8.860239412027163e-8, 0.9999951740898583, 1.9322030453387534e-9, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [7.480275114975006e-6, 6.362399105983564e-7, 4.6465678462207713e-10, 2.2190247195137503e-6, 1.141251253267001e-6, 9.836751407435457e-7, 0.9999875024895241, 5.324634296694997e-8, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.8610348128968713e-5, 4.040009208879538e-6, 1.3726333585323035e-8, 8.757440649621397e-6, 3.993260066391428e-6, 7.607896089014415e-6, 0.9999563149242606, 6.790619257913193e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.7569462106423824e-5, 1.1681712917634034e-5, 7.908944400438965e-8, 1.9513009925659064e-5, 8.279809057320134e-6, 2.1982275103110848e-5, 0.999898314252307, 2.5970558017403387e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0001204349488133012, 4.035635744292145e-5, 4.3990046055544926e-7, 5.1445498953866775e-5, 2.5576909271731578e-5, 7.060365468624467e-5, 0.9996808005111493, 1.0358885884931657e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005320001448761725, 0.00030867882071223244, 2.721617736808061e-6, 0.00035636916222280213, 4.1106988774674946e-5, 0.00023238210993133194, 0.9984907795878738, 3.597823453493085e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], [0.0, 0.5367984098965104, 2.7883046034770675, 3.9999999999999996, 3.9999999999999996, 7.452732817565575, 11.84078920198151, 11.999999999999998, 11.999999999999998, 18.10179439889311, 21.999999999999996, 21.999999999999996, 27.880048927181118, 27.999999999999996, 27.999999999999996, 30.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [[8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 4.0991666627700003e-7, 4.6383333268399994e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.451506278492654e-7, 1.3009289017483877e-7, 1.0226904354972027e-12, 5.218903401218858e-7, 4.043368412597134e-7, 6.493550386312749e-8, -1.968298288440199e-6, 1.8910624809331e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.807532423176101e-7, 1.3508832313223307e-7, 3.3516588968644088e-12, 5.278248967779075e-7, 3.9974534867750113e-7, 8.365411310016955e-8, -2.029759729258707e-6, 2.690453594388836e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.008595577476248e-6, 1.5334975184401267e-7, 1.6848689054386487e-11, 5.510717242856526e-7, 3.865855335345325e-7, 1.4834974602914445e-7, -2.253644101344717e-6, 5.674919486072379e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0276964434069617e-6, 1.5610278327510123e-7, 2.00005675587e-11, 5.547504601861783e-7, 3.849209748525142e-7, 1.5776503488953463e-7, -2.2873852433690652e-6, 6.129546191216426e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0324687956795725e-6, 1.5679392481369017e-7, 2.0798686954378614e-11, 5.556861157270884e-7, 3.845362755043237e-7, 1.6009504782938403e-7, -2.2958452576124047e-6, 6.24429937139178e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.187004033193658e-6, 1.7958964786004538e-7, 4.1932621142572985e-11, 5.875856192734583e-7, 3.756091507892601e-7, 2.3321258923392168e-7, -2.5731484812422014e-6, 1.0105508270715283e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.373897112342623e-6, 2.0895738945101364e-7, 9.446164046318175e-11, 6.367922626112395e-7, 3.8318979041686505e-7, 3.077801962009529e-7, -2.926118161389624e-6, 1.5406948726466837e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2384139852330487e-6, 3.443611940385821e-7, 4.924826268070137e-10, 8.73530343406949e-7, 4.2368469084340284e-7, 6.442755276520781e-7, -4.564433719262399e-6, 3.967549546153123e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.427139232088914e-6, 3.7170797990971917e-7, 6.115902501270377e-10, 9.171617904496675e-7, 4.141436901805141e-7, 7.296691047654473e-7, -4.904623929096266e-6, 4.41905414518768e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.473740532781335e-6, 3.785176521053391e-7, 6.40954579968218e-10, 9.282141659644414e-7, 4.123197813881157e-7, 7.503737250679031e-7, -4.9891336445664455e-6, 4.532683267934279e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.5582537526114919e-6, 5.615275508099575e-7, 1.2787673005995483e-9, 1.313736917418887e-6, 6.415843994307033e-7, 1.0282642991742732e-6, -5.185703707509483e-6, 8.105802076357003e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.746986279903513e-6, 6.323552152210123e-7, 1.7293607189513852e-9, 1.3457435183176261e-6, 6.054182178344505e-7, 1.2267177447093025e-6, -5.6602880603005994e-6, 1.0133772359574362e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.9512664663145588e-6, 7.17670899382779e-7, 2.4288526035228865e-9, 1.4102322679931962e-6, 6.12421903995393e-7, 1.4103121540414717e-6, -6.231439951928502e-6, 1.2710740759757967e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8898855120688075e-6, 1.0773429019441172e-6, 6.280586754781201e-9, 1.6769024968226457e-6, 5.176135237305434e-7, 2.301658002579788e-6, -8.701148515095987e-6, 2.3146549119530385e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.127849959668875e-6, 1.1430969497437044e-6, 7.2322490729862315e-9, 1.6937404421767253e-6, 3.781203275541865e-7, 2.5876889683582306e-6, -9.184965935248978e-6, 2.472370386742703e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.1865835067136157e-6, 1.1595020994411966e-6, 7.469305023469182e-9, 1.6985403863393668e-6, 3.446318415758109e-7, 2.6575884118048907e-6, -9.305547559470235e-6, 2.5123200857188577e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.293289902784405e-6, 1.291454946103897e-6, 8.591881075879622e-9, 1.944423968270413e-6, 7.660607536403319e-7, 2.5156629767653598e-6, -1.0120855463523856e-5, 3.013710348835702e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.729245659475606e-6, 1.483078410969045e-6, 1.1132245221091455e-8, 2.1556983424276954e-6, 8.553002608401946e-7, 2.84022658570411e-6, -1.1434383549202784e-5, 3.5970204456504115e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.766799276605013e-6, 2.358237620619037e-6, 2.3958564353875082e-8, 3.12801027531477e-6, 1.1980130193393016e-6, 4.391376877033931e-6, -1.7485011243460294e-5, 6.186156101943668e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209610059157907e-6, 2.5352023675964168e-6, 2.6803326118768362e-8, 3.308629409928688e-6, 1.2111580571424766e-6, 4.765284012004729e-6, -1.872461020553312e-5, 6.679229735841363e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.3198174769584384e-6, 2.579210112847519e-6, 2.7512341648519405e-8, 3.353780376068283e-6, 1.2143826172516833e-6, 4.8581547143275936e-6, -1.903307391710395e-5, 6.802162780019141e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[7.288695973743017e-6, 2.5687552418901944e-6, 2.70443667931599e-8, 2.3242947345466197e-6, 1.377126211741238e-6, 4.658773011227428e-6, -1.8929407456395783e-5, 6.847179164541246e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.57183067109999e-6, 3.0020792981467727e-6, 3.377095958854078e-8, 2.9851680439618174e-6, 1.72425419437586e-6, 5.244733265381158e-6, -2.2374963023902694e-5, 8.131265913485566e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0426557728318656e-5, 3.6211015830405655e-6, 4.333502199558329e-8, 3.827072087020971e-6, 2.1227040658102605e-6, 6.2288438745121365e-6, -2.7252506219280926e-5, 9.828918585827496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.0507065702126118e-5, 7.108594475480618e-6, 9.418610807463671e-8, 8.559707530828461e-6, 4.951968555383839e-6, 1.1255836749565911e-5, -5.4422983935808204e-5, 1.945624814348613e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2675294914287014e-5, 7.940028473118547e-6, 1.0519183692206417e-7, 9.81293701047074e-6, 6.083698479450015e-6, 1.1977530448042833e-5, -6.078706818680297e-5, 2.1923870245117607e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.320807510859951e-5, 8.14645815124185e-6, 1.0792864885936352e-7, 1.012438189052645e-5, 6.373910187453528e-6, 1.2148758949444338e-5, -6.236298568933039e-5, 2.2534727532053545e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.728033413251623e-5, 2.535005438305001e-5, 2.201264175868538e-7, 3.0236565474817026e-5, -1.2374739941273001e-5, 1.8450438820883596e-5, -0.00010114020165778368, 1.9774223702029562e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.878530414177643e-5, 2.8789704111972098e-5, 2.388464354481121e-7, 3.3823587560478e-5, -6.535636918623126e-6, 1.451846602158009e-5, -0.00011171543164574672, 2.0951602931151128e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.293546856116083e-5, 3.2761871025516864e-5, 2.604703688279693e-7, 3.758567012566038e-5, -4.97556883095252e-6, 1.5226517433533714e-5, -0.00012598051452646393, 2.1860858427166926e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.9617080252304045e-5, 5.322917427127282e-5, 3.342689624605249e-7, 6.021068554845434e-5, 3.459217986037841e-5, -1.433311037519958e-5, -0.00018699683627916512, 3.3465577594945555e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.10540491195444e-5, 5.915228017457062e-5, 3.3725947827424974e-7, 6.883647555952892e-5, 6.859680762092858e-5, -4.631331068083432e-5, -0.00019573713628027333, 4.073575008260859e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.88336700253855e-5, 6.064175118453597e-5, 3.37811513471578e-7, 7.101913959298414e-5, 7.729147812876961e-5, -5.450514785177295e-5, -0.00019787803673594013, 4.259334142566301e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8024570559341688e-5, 5.468302608430703e-5, 3.632098811698145e-7, 5.867849634843316e-5, 1.9890300327515186e-6, 2.0176272030410416e-5, -0.00012073728868994838, 2.8718248722181285e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7557474026861188e-5, 5.467697246855398e-5, 3.724571572583569e-7, 5.6884918705423734e-5, 1.538071836731635e-6, 2.0848401407204277e-5, -0.00011971277991036111, 2.949432362050314e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.712752843183468e-5, 5.467875295972577e-5, 3.825123320653215e-7, 5.51418311042747e-5, 1.2035843526034413e-6, 2.1373801404859907e-5, -0.00011868534179834227, 3.0323880766478094e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.565451965027091e-5, 5.468360572109474e-5, 4.1904039485667e-7, 4.9332119271758256e-5, -2.541907288901761e-8, 2.3184851428005963e-5, -0.00011525371408727618, 3.314035994720475e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5401841044514544e-5, 5.4675470467052246e-5, 4.245151977846633e-7, 4.851793139530319e-5, -3.678829542951698e-7, 2.3606577526288705e-5, -0.00011480304605316233, 3.348275465543238e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.534088017166808e-5, 5.467379006654168e-5, 4.258904942889212e-7, 4.831778872869806e-5, -4.473177423632059e-7, 2.3704730163623373e-5, -0.00011469098931069142, 3.356987771570674e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.2382270537597508e-7, 2.3094833947770018e-5, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [-1.8024570559341688e-5, 5.468302608430703e-5, 3.632098811698145e-7, 5.867849634843316e-5, 1.9890300327515186e-6, 2.0176272030410416e-5, -0.00012073728868994838, 2.8718248722181285e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7557474026861188e-5, 5.467697246855398e-5, 3.724571572583569e-7, 5.6884918705423734e-5, 1.538071836731635e-6, 2.0848401407204277e-5, -0.00011971277991036111, 2.949432362050314e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.712752843183468e-5, 5.467875295972577e-5, 3.825123320653215e-7, 5.51418311042747e-5, 1.2035843526034413e-6, 2.1373801404859907e-5, -0.00011868534179834227, 3.0323880766478094e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.565451965027091e-5, 5.468360572109474e-5, 4.1904039485667e-7, 4.9332119271758256e-5, -2.541907288901761e-8, 2.3184851428005963e-5, -0.00011525371408727618, 3.314035994720475e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5401841044514544e-5, 5.4675470467052246e-5, 4.245151977846633e-7, 4.851793139530319e-5, -3.678829542951698e-7, 2.3606577526288705e-5, -0.00011480304605316233, 3.348275465543238e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.534088017166808e-5, 5.467379006654168e-5, 4.258904942889212e-7, 4.831778872869806e-5, -4.473177423632059e-7, 2.3704730163623373e-5, -0.00011469098931069142, 3.356987771570674e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.2382270537597508e-7, 2.3094833947770018e-5, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-5.390961837841079e-10, 9.572844952319827e-11, -1.2202406872160754e-12, 2.4494367647022593e-10, 1.825142725703532e-9, -1.8512669504982965e-9, 1.8701730533659872e-10, 3.8751217926882333e-11, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0005099821840077465, 0.0004124041986338562, 3.4583716924347714e-6, 0.0004593135827010452, 4.313325575975515e-5, 0.0002733259261631827, 0.9982565817891844, 4.1817358520308544e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [-0.0003500785030051232, 6.719860876612745e-5, -1.2159215845920634e-6, 0.00016660604101897576, 0.0017496031168409653, -0.0014480739075501772, 1.871171644922294e-7, 3.716927369484967e-5, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [6.94362856843135e-310 0.0 … 1.84457085e-315 0.0; 6.94364460913103e-310 0.0 … 5.0e-324 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], [6.94362856843135e-310 0.0 … 2.9010278e-316 0.0; 6.94364460913103e-310 0.0 … 5.0e-324 0.0; … ; 0.0 0.0 … -1.0 0.0; 0.0 0.0 … -0.0 -1.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c736eaf0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c736eb10, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c736eb30, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c736eb50, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c736eaf0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c736eb10, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c736eb30, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c736eb50, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 0.0, [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([6.94362856843135e-310 0.0 … 2.9010278e-316 0.0; 6.94364460913103e-310 0.0 … 5.0e-324 0.0; … ; 0.0 0.0 … -1.0 0.0; 0.0 0.0 … -0.0 -1.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [4556921878115931649, 4573241430106102962, 4550646557332566113, 4565525900371185117, 4554425341955588963, 4562074079246224216, 4607093936237214638, 4557646627045447921, 4596698038867498893, 4596373779694328218 … 4572414629676717179, 4575765307799480828, 4579800533065604792, 4590429028186199163, 4581421828931458171, 4581421828931458171, 4581421828931458171, 4576918229304087675, 4582862980812216730, 4582862980812216730]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 0.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-11, 11, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 73
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 434
Number of accepted steps: 11
Number of rejected steps: 0
Maximum eigenvalue recorded: 0, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], SciMLBase.ReturnCode.Success), ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005028035341429187, 0.00043790648969279874, 3.6569552043568393e-6, 0.00048187820445612763, 4.708562768297549e-5, 0.0002802021789062314, 0.9982030960434003, 4.3387633177111914e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000477040038730841, 0.0005543808260305937, 4.656519917827422e-6, 0.0005730000569872143, 7.89978842210273e-5, 0.0002987315921280804, 0.9979622485557976, 5.0961192849615125e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004546648751243862, 0.0007827921856450582, 7.051002436438245e-6, 0.0007085131481315682, 0.00013213585844144393, 0.0003458937026947669, 0.9975014616994561, 6.750419473306666e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.00015087968177186493, 0.00036707005402203895, 0.9973186002858886, 7.469096530800147e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.00015087968177186493, 0.00036707005402203895, 0.9973186002858886, 7.469096530800147e-5, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003784592309278035, 0.001191083810441886, 1.264922567980642e-5, 0.000970529545203081, 0.0001794430470747409, 0.0004090721217622654, 0.996756852366504, 0.00010192731906927757, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00034414831455745356, 0.001552144239730018, 1.9378589482441396e-5, 0.0011104081898286834, 0.00020009068501046132, 0.0004705794309320389, 0.9961685794664472, 0.00013468775067459598, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582133, 0.0016314087357181843, 2.1071040040975325e-5, 0.0011324527319674623, 0.0002036485175922308, 0.0004844316606048249, 0.9960441518033951, 0.00014204072138594638, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582133, 0.0016314087357181843, 2.1071040040975325e-5, 0.0011324527319674623, 0.0002036485175922308, 0.0004844316606048249, 0.9960441518033951, 0.00014204072138594638, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00033545128894104975, 0.0021172415698888798, 3.3000169778761195e-5, 0.0012329250211764243, 0.00022135942746544883, 0.000566046922273129, 0.9953063345643973, 0.0001876577027419165, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003494356258730634, 0.0027655074305563145, 5.2586389271924e-5, 0.0013282194361467316, 0.00023999473046272172, 0.0006609669332212114, 0.9943552629585674, 0.0002480431625636234, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003771689969503245, 0.003619499515887965, 8.353961808919766e-5, 0.0014396540498327777, 0.0002620974909351752, 0.0007650109780188406, 0.9931291877941726, 0.000323858222776037, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812242, 0.004819320441399928, 0.00013440229007386723, 0.0015939327322634525, 0.00029193845475138054, 0.0008872113754603066, 0.9914330082058364, 0.00042160880579636964, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], nothing, nothing, [30.0, 30.243947707534623, 32.36543429621891, 36.42385300812073, 37.99999999999999, 37.99999999999999, 43.07876389702658, 48.77671566279182, 49.99999999999999, 49.99999999999999, 57.24842522831926, 66.25035249341147, 77.08249146469292, 90.73308331538136, 100.0], [[[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], [[-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.6141852519253854e-5, 7.076804133892143e-6, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5407718887423474e-5, 5.470613623528326e-5, 4.2693004380501876e-7, 4.826625105915098e-5, 1.610528264429647e-5, 7.132609136712838e-6, -0.00011460793274008052, 3.378442508255433e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5296288832916203e-5, 5.470801976755613e-5, 4.2830049680348554e-7, 4.807837709679111e-5, 1.6067954766254566e-5, 7.18948853245184e-6, -0.00011456016669260587, 3.384314865664941e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4913968284746021e-5, 5.4715959649155457e-5, 4.330452939854498e-7, 4.743577171136068e-5, 1.594020094104269e-5, 7.383944200438843e-6, -0.00011439962660790803, 3.404673096670921e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4860904619674006e-5, 5.471728012482373e-5, 4.3371024134682946e-7, 4.7346869801969176e-5, 1.5922516655682606e-5, 7.4108385938818265e-6, -0.00011437783844953637, 3.407527651506201e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847677090804646e-5, 5.471762007570756e-5, 4.33876304544454e-7, 4.732472364203671e-5, 1.591811071141765e-5, 7.417537131008037e-6, -0.00011437243165455185, 3.4082408806420797e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3921706289319789e-5, 5.4742063366948494e-5, 4.455175334998211e-7, 4.577552339441281e-5, 1.5609826264638753e-5, 7.885905327606502e-6, -0.00011399544816409784, 3.4583185663112548e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3025932494214581e-5, 5.4803714806513144e-5, 4.578765986332993e-7, 4.432830935382542e-5, 1.5319794142922968e-5, 8.320803491337926e-6, -0.00011371679027583974, 3.5122243768215647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0052427157772381e-5, 5.5103258707682234e-5, 5.018188097164543e-7, 3.9635355561227965e-5, 1.4377352811887173e-5, 9.739007505882596e-6, -0.00011300432774313297, 3.6999615045089256e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.638508736557768e-6, 5.5151790971575395e-5, 5.082194382591439e-7, 3.898351452482141e-5, 1.4247560684373934e-5, 9.942128953996065e-6, -0.00011291958853511042, 3.7248826986422448e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.536927842893295e-6, 5.5164855054912503e-5, 5.098225211054104e-7, 3.882521914373916e-5, 1.42159577997798e-5, 9.991296286639383e-6, -0.00011290141826970385, 3.7311953064208823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.132724381903747e-6, 5.543305641709887e-5, 5.340297197942067e-7, 3.6797015955233466e-5, 1.3798387505866724e-5, 1.0581395920837418e-5, -0.00011285394898782922, 3.842787850902282e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.788672500286937e-6, 5.579834900418774e-5, 5.6064608671044e-7, 3.4970917444486645e-5, 1.3421761022788658e-5, 1.1130268062387151e-5, -0.00011304983301645209, 3.956563896178391e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.333386687580752e-6, 5.7285175888975495e-5, 6.576778137495946e-7, 2.915309585001594e-5, 1.2231218330822194e-5, 1.2971445141288039e-5, -0.00011430356973494375, 4.338343397673232e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6380537187442223e-6, 5.7488618054023795e-5, 6.723391016991059e-7, 2.8159612424650837e-5, 1.203877442825716e-5, 1.3325202141868896e-5, -0.00011442804351306558, 4.3815510813100145e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4708714122576545e-6, 5.7542836982097866e-5, 6.760225528611478e-7, 2.7927696944099023e-5, 1.1993641732039494e-5, 1.3407975436004412e-5, -0.00011446993397020452, 4.392631735360229e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193034e-5, 1.302084855024078e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193034e-5, 1.302084855024078e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609155e-5, 1.3164312001116896e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088909e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195476e-5, 1.3757948604218312e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334631e-5, 1.3822253046618945e-5, -0.00011708249451122276, 4.690363581281162e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778979e-5, 1.3837981647446759e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481753e-5, 1.3824387858169564e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193034e-5, 1.302084855024078e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609155e-5, 1.3164312001116896e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088909e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195476e-5, 1.3757948604218312e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334631e-5, 1.3822253046618945e-5, -0.00011708249451122276, 4.690363581281162e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778979e-5, 1.3837981647446759e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481753e-5, 1.3824387858169564e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.122196104725193e-5, 6.244188484067265e-5, 7.469096530800147e-7, 5.689211489718056e-5, 7.117347262923198e-6, 5.954610288730179e-6, -0.00011715017485368015, 5.219268958345474e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.867995688550582e-5, 6.224050412237632e-5, 7.895866230347864e-7, 5.132817405350146e-5, 6.520575264262395e-6, 6.947186299149544e-6, -0.00011439957682586572, 5.253507349047036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6622361192051414e-5, 6.220383131610451e-5, 8.341723276865512e-7, 4.688426678082347e-5, 6.042018654988589e-6, 7.67439660522363e-6, -0.0001123212001082201, 5.3048756154447685e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.576062885282228e-6, 6.20977507449082e-5, 9.9338441696569e-7, 3.164071366681596e-5, 4.403797925087193e-6, 1.0241153998189877e-5, -0.00010524984542398182, 5.449107557297118e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.06421304817584e-6, 6.192400807651436e-5, 1.0177684176149202e-6, 2.8283328301488036e-5, 4.0468308336576214e-6, 1.0920584575517384e-5, -0.00010356484456112763, 5.436537404511154e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.71116859239042e-6, 6.188798984686701e-5, 1.023843323240111e-6, 2.750137804711511e-5, 3.963635479344286e-6, 1.1076758694530463e-5, -0.00010317677669661695, 5.434339897910375e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.661024140204736e-6, 6.24769059457188e-5, 1.0192731906927756e-6, 3.201801665142207e-5, 4.4370754551023434e-6, 9.945714368397738e-6, -0.00010576904129277535, 5.533079821646356e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.661024140204736e-6, 6.24769059457188e-5, 1.0192731906927756e-6, 3.201801665142207e-5, 4.4370754551023434e-6, 9.945714368397738e-6, -0.00010576904129277535, 5.533079821646356e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.185052252874052e-6, 6.266998026886613e-5, 1.0700320180159662e-6, 2.8923712560966202e-5, 4.101534709033805e-6, 1.0360687173111181e-5, -0.00010454187870652212, 5.600984229402898e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.028653492418752e-6, 6.29807988195672e-5, 1.1236652349036143e-6, 2.656376327336279e-5, 3.84406769605717e-6, 1.0612910724855145e-5, -0.0001037717210739394, 5.675168817612227e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.9431506526239806e-6, 6.403309190740927e-5, 1.313730314382741e-6, 1.816528796329837e-5, 2.9323462419910592e-6, 1.1625115073342807e-5, -0.00010102022165751392, 5.893800809713666e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.9583195057088644e-6, 6.405690427151262e-5, 1.3415736906293311e-6, 1.6030627697867663e-5, 2.704536107358701e-6, 1.2015165543930602e-5, -0.00010009114084026712, 5.900653034677055e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7289299946414782e-6, 6.406779907089837e-5, 1.3485482675961303e-6, 1.5535410164222698e-5, 2.651654273509934e-6, 1.2103970379972193e-5, -9.988124182049909e-5, 5.90278965894126e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.1706941946609516e-6, 6.450030878676591e-5, 1.3468775067459598e-6, 1.886129436919996e-5, 3.001168683643423e-6, 1.1289924663095724e-5, -0.00010179454174536239, 5.965661930572354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609516e-6, 6.450030878676591e-5, 1.3468775067459598e-6, 1.886129436919996e-5, 3.001168683643423e-6, 1.1289924663095724e-5, -0.00010179454174536239, 5.965661930572354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783455e-6, 6.459268738237877e-5, 1.3586268050351643e-6, 1.8569239599871063e-5, 2.9690069327848934e-6, 1.1304968594741914e-5, -0.00010175620551961373, 5.9802449990802735e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824352824e-6, 6.469045154775777e-5, 1.3708008355613254e-6, 1.8285994414259997e-5, 2.9377766981512835e-6, 1.1317267248391062e-5, -0.00010172772904256194, 5.995148280875786e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988121e-6, 6.503382262129014e-5, 1.4129958249910465e-6, 1.7349139697843872e-5, 2.8344163610915345e-6, 1.1353061159745497e-5, -0.00010165520131587982, 6.04603266090586e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787046e-6, 6.508222234187473e-5, 1.418913644671904e-6, 1.722097026318069e-5, 2.8202826330857053e-6, 1.1357880226450322e-5, -0.00010164694921842048, 6.053006202835823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600525e-6, 6.509436917251631e-5, 1.4203920273976042e-6, 1.7189459488461115e-5, 2.8168064440707268e-6, 1.135899065482251e-5, -0.00010164518175989657, 6.054745523188351e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848933e-6, 6.509626762385292e-5, 1.4204031918963015e-6, 1.7204089485866173e-5, 2.8183547598207545e-6, 1.1355649533987865e-5, -0.00010165368856272929, 6.05490594659018e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609516e-6, 6.450030878676591e-5, 1.3468775067459598e-6, 1.886129436919996e-5, 3.001168683643423e-6, 1.1289924663095724e-5, -0.00010179454174536239, 5.965661930572354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783455e-6, 6.459268738237877e-5, 1.3586268050351643e-6, 1.8569239599871063e-5, 2.9690069327848934e-6, 1.1304968594741914e-5, -0.00010175620551961373, 5.9802449990802735e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824352824e-6, 6.469045154775777e-5, 1.3708008355613254e-6, 1.8285994414259997e-5, 2.9377766981512835e-6, 1.1317267248391062e-5, -0.00010172772904256194, 5.995148280875786e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988121e-6, 6.503382262129014e-5, 1.4129958249910465e-6, 1.7349139697843872e-5, 2.8344163610915345e-6, 1.1353061159745497e-5, -0.00010165520131587982, 6.04603266090586e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787046e-6, 6.508222234187473e-5, 1.418913644671904e-6, 1.722097026318069e-5, 2.8202826330857053e-6, 1.1357880226450322e-5, -0.00010164694921842048, 6.053006202835823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600525e-6, 6.509436917251631e-5, 1.4203920273976042e-6, 1.7189459488461115e-5, 2.8168064440707268e-6, 1.135899065482251e-5, -0.00010164518175989657, 6.054745523188351e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848933e-6, 6.509626762385292e-5, 1.4204031918963015e-6, 1.7204089485866173e-5, 2.8183547598207545e-6, 1.1355649533987865e-5, -0.00010165368856272929, 6.05490594659018e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.634511370478286e-6, 6.509598189380688e-5, 1.4204072138594638e-6, 1.7201918253106853e-5, 2.8181279063728702e-6, 1.1356210178017688e-5, -0.00010131298269677677, 6.054848622091293e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8225254116505195e-6, 6.565300412974885e-5, 1.4910670830441572e-6, 1.5683669165385974e-5, 2.6491814019029106e-6, 1.1394231623052943e-5, -0.00010118725669402154, 6.13862870253723e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.2394711407323655e-6, 6.630711724966678e-5, 1.5659586437215602e-6, 1.4679308907307272e-5, 2.5358540913661115e-6, 1.1337899461186608e-5, -0.00010140570351857907, 6.2190363060631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.071276319675161e-6, 6.849262337610664e-5, 1.8286967882947795e-6, 1.049118504178355e-5, 2.072600440682799e-6, 1.1405880427298387e-5, -0.00010181477816151618, 6.45251576767487e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8170032461269828e-6, 6.86750974271454e-5, 1.8657125420428291e-6, 8.93885154970898e-6, 1.9062886391372268e-6, 1.165544150805693e-5, -0.00010132526056205522, 6.466865649836881e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.990972776147252e-6, 6.872428819877083e-5, 1.875019903290013e-6, 8.578561032666055e-6, 1.86769167338688e-6, 1.171234746673839e-5, -0.00010121929292951975, 6.4704118785203264e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.554958685358108e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270855e-5, 2.1882182544936762e-6, 1.1011483249851094e-5, -0.00010296813899555599, 6.508425198982195e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.554958685358108e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270855e-5, 2.1882182544936762e-6, 1.1011483249851094e-5, -0.00010296813899555599, 6.508425198982195e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0581833025551285e-6, 7.000873564525534e-5, 1.97090430352413e-6, 1.1041532286134828e-5, 2.1231692746669825e-6, 1.0873529029797543e-5, -0.00010366058158624433, 6.584527744310385e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.3228242348967587e-6, 7.097885861059477e-5, 2.070459274051628e-6, 1.0777110067781223e-5, 2.0920032557741205e-6, 1.070305651977346e-5, -0.00010459488829557587, 6.6505763327038975e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5670687150624412e-6, 7.426659450857287e-5, 2.4161271355654202e-6, 9.07749702989628e-6, 1.9049283907374523e-6, 1.0383100697667026e-5, -0.00010746100305780112, 6.845686580299626e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.0872173256383858e-6, 7.463181445234825e-5, 2.4633773227950185e-6, 8.056894192924484e-6, 1.795962365545933e-6, 1.0520621419227354e-5, -0.00010742184828529674, 6.865961206817319e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2098668583068845e-6, 7.472513060550692e-5, 2.475269994758557e-6, 7.817653231485535e-6, 1.770471939747079e-6, 1.0552885234463173e-5, -0.00010742185050511387, 6.87057264084573e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.1821254639094783e-6, 7.50189036920946e-5, 2.4804316256362342e-6, 1.011725054800975e-5, 2.0160381938703765e-6, 1.0071643240925894e-5, -0.00010875999135519381, 6.873598590747478e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.1821254639094783e-6, 7.50189036920946e-5, 2.4804316256362342e-6, 1.011725054800975e-5, 2.0160381938703765e-6, 1.0071643240925894e-5, -0.00010875999135519381, 6.873598590747478e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.350916127004105e-6, 7.621771980862895e-5, 2.6003054236563614e-6, 1.0084374569886867e-5, 2.0127317355982126e-6, 9.897984813096505e-6, -0.00011008948113996174, 6.925448662090741e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.459165519868368e-6, 7.748946979403403e-5, 2.725786228070734e-6, 1.0178529912786333e-5, 2.024993546693057e-6, 9.738033957731128e-6, -0.00011158155733258175, 6.965578373398111e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.049484436719225e-6, 8.188539161621178e-5, 3.158279136968103e-6, 9.993973383838881e-6, 2.015918265332282e-6, 9.36293684290656e-6, -0.00011656212391371689, 7.096140231740053e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.331782356980106e-6, 8.245727189395077e-5, 3.2165811689217033e-6, 9.528074400217182e-6, 1.9673510758429715e-6, 9.396292294082353e-6, -0.00011701868780611311, 7.12133461611804e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3994294395180875e-6, 8.260094116601549e-5, 3.2312297514866345e-6, 9.417226560423706e-6, 1.9558837978673518e-6, 9.405183596079199e-6, -0.00011713686189657195, 7.1269675851814744e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8303811618864723e-6, 8.274735235952221e-5, 3.23858222776037e-6, 1.0649367147589904e-5, 2.090495177573208e-6, 9.215967015160024e-6, -0.00011786692523173545, 7.09478014224327e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.8303811618864723e-6, 8.274735235952221e-5, 3.23858222776037e-6, 1.0649367147589904e-5, 2.090495177573208e-6, 9.215967015160024e-6, -0.00011786692523173545, 7.09478014224327e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.911720668677586e-6, 8.43659805142424e-5, 3.3945074240277027e-6, 1.0840251678846591e-5, 2.117364073186477e-6, 9.092179744014574e-6, -0.00011984550408133563, 7.123499978340294e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9719995644513044e-6, 8.607459783329973e-5, 3.5565902453176433e-6, 1.1072226221372752e-5, 2.150934484500027e-6, 9.006243060249795e-6, -0.00012197555378489396, 7.142962375702711e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3002272093363357e-6, 9.207177358709422e-5, 4.113973517449833e-6, 1.1603385270423756e-5, 2.2395303355790766e-6, 8.800221369077668e-6, -0.00012936091057029519, 7.2317992813343e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4497219739996837e-6, 9.291085454654497e-5, 4.1892255476241245e-6, 1.1466507503526164e-5, 2.2281170507315867e-6, 8.786484838099187e-6, -0.00013029477627844036, 7.263864817914643e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4865017622320818e-6, 9.312072151217234e-5, 4.208080051842247e-6, 1.1432529280425865e-5, 2.2253735253083885e-6, 8.785043566324764e-6, -0.0001305294236980888, 7.271173999783097e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2030046719285236e-6, 9.316528819396444e-5, 4.216088057963697e-6, 1.1991899264389483e-5, 2.2905822939919516e-6, 8.79592016547559e-6, -0.00013087428480170192, 7.211502153988248e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.2030046719285236e-6, 9.316528819396444e-5, 4.216088057963697e-6, 1.1991899264389483e-5, 2.2905822939919516e-6, 8.79592016547559e-6, -0.00013087428480170192, 7.211502153988248e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2360584634913782e-6, 9.434383308632237e-5, 4.3236817652711476e-6, 1.2142537075002554e-5, 2.314362581336846e-6, 8.783895269883933e-6, -0.00013236487209522055, 7.220503853912323e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.269024238866211e-6, 9.557757659294185e-5, 4.434896743324184e-6, 1.2297330964808803e-5, 2.3393803506390026e-6, 8.78451320426217e-6, -0.00013393197818307954, 7.229256088237328e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.385051096673524e-6, 9.989873927378834e-5, 4.819415672655296e-6, 1.2822021030554224e-5, 2.425543618842147e-6, 8.806777333014038e-6, -0.00013942390883014564, 7.266360804618069e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.404852510242082e-6, 0.0001005136724447361, 4.87308442154145e-6, 1.2890400624448153e-5, 2.436936252856072e-6, 8.807535014863814e-6, -0.00014020174743832711, 7.27526616963944e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4097297032152993e-6, 0.00010066745139688784, 4.886486719294219e-6, 1.2907421745725613e-5, 2.4397924685995025e-6, 8.808165993311965e-6, -0.00014039645376762874, 7.2774057405943055e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.399147512727313e-6, 0.0001006618419375023, 4.886936963906228e-6, 1.2918103508683023e-5, 2.4418536352222813e-6, 8.829082701415272e-6, -0.00014040476778800378, 7.267801528547362e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3630, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3650, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3670, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3690, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], (30.0, 100.0), [1.0, 1.0, 0.01, 8.63162830693056e-19, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-12, 12, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3630, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3650, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3670, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3690, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005028035341429187, 0.00043790648969279874, 3.6569552043568393e-6, 0.00048187820445612763, 4.708562768297549e-5, 0.0002802021789062314, 0.9982030960434003, 4.3387633177111914e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000477040038730841, 0.0005543808260305937, 4.656519917827422e-6, 0.0005730000569872143, 7.89978842210273e-5, 0.0002987315921280804, 0.9979622485557976, 5.0961192849615125e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004546648751243862, 0.0007827921856450582, 7.051002436438245e-6, 0.0007085131481315682, 0.00013213585844144393, 0.0003458937026947669, 0.9975014616994561, 6.750419473306666e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.00015087968177186493, 0.00036707005402203895, 0.9973186002858886, 7.469096530800147e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.00015087968177186493, 0.00036707005402203895, 0.9973186002858886, 7.469096530800147e-5, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003784592309278035, 0.001191083810441886, 1.264922567980642e-5, 0.000970529545203081, 0.0001794430470747409, 0.0004090721217622654, 0.996756852366504, 0.00010192731906927757, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00034414831455745356, 0.001552144239730018, 1.9378589482441396e-5, 0.0011104081898286834, 0.00020009068501046132, 0.0004705794309320389, 0.9961685794664472, 0.00013468775067459598, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582133, 0.0016314087357181843, 2.1071040040975325e-5, 0.0011324527319674623, 0.0002036485175922308, 0.0004844316606048249, 0.9960441518033951, 0.00014204072138594638, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582133, 0.0016314087357181843, 2.1071040040975325e-5, 0.0011324527319674623, 0.0002036485175922308, 0.0004844316606048249, 0.9960441518033951, 0.00014204072138594638, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00033545128894104975, 0.0021172415698888798, 3.3000169778761195e-5, 0.0012329250211764243, 0.00022135942746544883, 0.000566046922273129, 0.9953063345643973, 0.0001876577027419165, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003494356258730634, 0.0027655074305563145, 5.2586389271924e-5, 0.0013282194361467316, 0.00023999473046272172, 0.0006609669332212114, 0.9943552629585674, 0.0002480431625636234, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003771689969503245, 0.003619499515887965, 8.353961808919766e-5, 0.0014396540498327777, 0.0002620974909351752, 0.0007650109780188406, 0.9931291877941726, 0.000323858222776037, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812242, 0.004819320441399928, 0.00013440229007386723, 0.0015939327322634525, 0.00029193845475138054, 0.0008872113754603066, 0.9914330082058364, 0.00042160880579636964, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], [30.0, 30.243947707534623, 32.36543429621891, 36.42385300812073, 37.99999999999999, 37.99999999999999, 43.07876389702658, 48.77671566279182, 49.99999999999999, 49.99999999999999, 57.24842522831926, 66.25035249341147, 77.08249146469292, 90.73308331538136, 100.0], [[[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], [[-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.6141852519253854e-5, 7.076804133892143e-6, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5407718887423474e-5, 5.470613623528326e-5, 4.2693004380501876e-7, 4.826625105915098e-5, 1.610528264429647e-5, 7.132609136712838e-6, -0.00011460793274008052, 3.378442508255433e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5296288832916203e-5, 5.470801976755613e-5, 4.2830049680348554e-7, 4.807837709679111e-5, 1.6067954766254566e-5, 7.18948853245184e-6, -0.00011456016669260587, 3.384314865664941e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4913968284746021e-5, 5.4715959649155457e-5, 4.330452939854498e-7, 4.743577171136068e-5, 1.594020094104269e-5, 7.383944200438843e-6, -0.00011439962660790803, 3.404673096670921e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4860904619674006e-5, 5.471728012482373e-5, 4.3371024134682946e-7, 4.7346869801969176e-5, 1.5922516655682606e-5, 7.4108385938818265e-6, -0.00011437783844953637, 3.407527651506201e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847677090804646e-5, 5.471762007570756e-5, 4.33876304544454e-7, 4.732472364203671e-5, 1.591811071141765e-5, 7.417537131008037e-6, -0.00011437243165455185, 3.4082408806420797e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3921706289319789e-5, 5.4742063366948494e-5, 4.455175334998211e-7, 4.577552339441281e-5, 1.5609826264638753e-5, 7.885905327606502e-6, -0.00011399544816409784, 3.4583185663112548e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3025932494214581e-5, 5.4803714806513144e-5, 4.578765986332993e-7, 4.432830935382542e-5, 1.5319794142922968e-5, 8.320803491337926e-6, -0.00011371679027583974, 3.5122243768215647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0052427157772381e-5, 5.5103258707682234e-5, 5.018188097164543e-7, 3.9635355561227965e-5, 1.4377352811887173e-5, 9.739007505882596e-6, -0.00011300432774313297, 3.6999615045089256e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.638508736557768e-6, 5.5151790971575395e-5, 5.082194382591439e-7, 3.898351452482141e-5, 1.4247560684373934e-5, 9.942128953996065e-6, -0.00011291958853511042, 3.7248826986422448e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.536927842893295e-6, 5.5164855054912503e-5, 5.098225211054104e-7, 3.882521914373916e-5, 1.42159577997798e-5, 9.991296286639383e-6, -0.00011290141826970385, 3.7311953064208823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.132724381903747e-6, 5.543305641709887e-5, 5.340297197942067e-7, 3.6797015955233466e-5, 1.3798387505866724e-5, 1.0581395920837418e-5, -0.00011285394898782922, 3.842787850902282e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.788672500286937e-6, 5.579834900418774e-5, 5.6064608671044e-7, 3.4970917444486645e-5, 1.3421761022788658e-5, 1.1130268062387151e-5, -0.00011304983301645209, 3.956563896178391e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.333386687580752e-6, 5.7285175888975495e-5, 6.576778137495946e-7, 2.915309585001594e-5, 1.2231218330822194e-5, 1.2971445141288039e-5, -0.00011430356973494375, 4.338343397673232e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6380537187442223e-6, 5.7488618054023795e-5, 6.723391016991059e-7, 2.8159612424650837e-5, 1.203877442825716e-5, 1.3325202141868896e-5, -0.00011442804351306558, 4.3815510813100145e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4708714122576545e-6, 5.7542836982097866e-5, 6.760225528611478e-7, 2.7927696944099023e-5, 1.1993641732039494e-5, 1.3407975436004412e-5, -0.00011446993397020452, 4.392631735360229e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193034e-5, 1.302084855024078e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193034e-5, 1.302084855024078e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609155e-5, 1.3164312001116896e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088909e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195476e-5, 1.3757948604218312e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334631e-5, 1.3822253046618945e-5, -0.00011708249451122276, 4.690363581281162e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778979e-5, 1.3837981647446759e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481753e-5, 1.3824387858169564e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193034e-5, 1.302084855024078e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609155e-5, 1.3164312001116896e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088909e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195476e-5, 1.3757948604218312e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334631e-5, 1.3822253046618945e-5, -0.00011708249451122276, 4.690363581281162e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778979e-5, 1.3837981647446759e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481753e-5, 1.3824387858169564e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.122196104725193e-5, 6.244188484067265e-5, 7.469096530800147e-7, 5.689211489718056e-5, 7.117347262923198e-6, 5.954610288730179e-6, -0.00011715017485368015, 5.219268958345474e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.867995688550582e-5, 6.224050412237632e-5, 7.895866230347864e-7, 5.132817405350146e-5, 6.520575264262395e-6, 6.947186299149544e-6, -0.00011439957682586572, 5.253507349047036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6622361192051414e-5, 6.220383131610451e-5, 8.341723276865512e-7, 4.688426678082347e-5, 6.042018654988589e-6, 7.67439660522363e-6, -0.0001123212001082201, 5.3048756154447685e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.576062885282228e-6, 6.20977507449082e-5, 9.9338441696569e-7, 3.164071366681596e-5, 4.403797925087193e-6, 1.0241153998189877e-5, -0.00010524984542398182, 5.449107557297118e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.06421304817584e-6, 6.192400807651436e-5, 1.0177684176149202e-6, 2.8283328301488036e-5, 4.0468308336576214e-6, 1.0920584575517384e-5, -0.00010356484456112763, 5.436537404511154e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.71116859239042e-6, 6.188798984686701e-5, 1.023843323240111e-6, 2.750137804711511e-5, 3.963635479344286e-6, 1.1076758694530463e-5, -0.00010317677669661695, 5.434339897910375e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.661024140204736e-6, 6.24769059457188e-5, 1.0192731906927756e-6, 3.201801665142207e-5, 4.4370754551023434e-6, 9.945714368397738e-6, -0.00010576904129277535, 5.533079821646356e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.661024140204736e-6, 6.24769059457188e-5, 1.0192731906927756e-6, 3.201801665142207e-5, 4.4370754551023434e-6, 9.945714368397738e-6, -0.00010576904129277535, 5.533079821646356e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.185052252874052e-6, 6.266998026886613e-5, 1.0700320180159662e-6, 2.8923712560966202e-5, 4.101534709033805e-6, 1.0360687173111181e-5, -0.00010454187870652212, 5.600984229402898e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.028653492418752e-6, 6.29807988195672e-5, 1.1236652349036143e-6, 2.656376327336279e-5, 3.84406769605717e-6, 1.0612910724855145e-5, -0.0001037717210739394, 5.675168817612227e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.9431506526239806e-6, 6.403309190740927e-5, 1.313730314382741e-6, 1.816528796329837e-5, 2.9323462419910592e-6, 1.1625115073342807e-5, -0.00010102022165751392, 5.893800809713666e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.9583195057088644e-6, 6.405690427151262e-5, 1.3415736906293311e-6, 1.6030627697867663e-5, 2.704536107358701e-6, 1.2015165543930602e-5, -0.00010009114084026712, 5.900653034677055e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7289299946414782e-6, 6.406779907089837e-5, 1.3485482675961303e-6, 1.5535410164222698e-5, 2.651654273509934e-6, 1.2103970379972193e-5, -9.988124182049909e-5, 5.90278965894126e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.1706941946609516e-6, 6.450030878676591e-5, 1.3468775067459598e-6, 1.886129436919996e-5, 3.001168683643423e-6, 1.1289924663095724e-5, -0.00010179454174536239, 5.965661930572354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609516e-6, 6.450030878676591e-5, 1.3468775067459598e-6, 1.886129436919996e-5, 3.001168683643423e-6, 1.1289924663095724e-5, -0.00010179454174536239, 5.965661930572354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783455e-6, 6.459268738237877e-5, 1.3586268050351643e-6, 1.8569239599871063e-5, 2.9690069327848934e-6, 1.1304968594741914e-5, -0.00010175620551961373, 5.9802449990802735e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824352824e-6, 6.469045154775777e-5, 1.3708008355613254e-6, 1.8285994414259997e-5, 2.9377766981512835e-6, 1.1317267248391062e-5, -0.00010172772904256194, 5.995148280875786e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988121e-6, 6.503382262129014e-5, 1.4129958249910465e-6, 1.7349139697843872e-5, 2.8344163610915345e-6, 1.1353061159745497e-5, -0.00010165520131587982, 6.04603266090586e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787046e-6, 6.508222234187473e-5, 1.418913644671904e-6, 1.722097026318069e-5, 2.8202826330857053e-6, 1.1357880226450322e-5, -0.00010164694921842048, 6.053006202835823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600525e-6, 6.509436917251631e-5, 1.4203920273976042e-6, 1.7189459488461115e-5, 2.8168064440707268e-6, 1.135899065482251e-5, -0.00010164518175989657, 6.054745523188351e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848933e-6, 6.509626762385292e-5, 1.4204031918963015e-6, 1.7204089485866173e-5, 2.8183547598207545e-6, 1.1355649533987865e-5, -0.00010165368856272929, 6.05490594659018e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609516e-6, 6.450030878676591e-5, 1.3468775067459598e-6, 1.886129436919996e-5, 3.001168683643423e-6, 1.1289924663095724e-5, -0.00010179454174536239, 5.965661930572354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783455e-6, 6.459268738237877e-5, 1.3586268050351643e-6, 1.8569239599871063e-5, 2.9690069327848934e-6, 1.1304968594741914e-5, -0.00010175620551961373, 5.9802449990802735e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824352824e-6, 6.469045154775777e-5, 1.3708008355613254e-6, 1.8285994414259997e-5, 2.9377766981512835e-6, 1.1317267248391062e-5, -0.00010172772904256194, 5.995148280875786e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988121e-6, 6.503382262129014e-5, 1.4129958249910465e-6, 1.7349139697843872e-5, 2.8344163610915345e-6, 1.1353061159745497e-5, -0.00010165520131587982, 6.04603266090586e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787046e-6, 6.508222234187473e-5, 1.418913644671904e-6, 1.722097026318069e-5, 2.8202826330857053e-6, 1.1357880226450322e-5, -0.00010164694921842048, 6.053006202835823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600525e-6, 6.509436917251631e-5, 1.4203920273976042e-6, 1.7189459488461115e-5, 2.8168064440707268e-6, 1.135899065482251e-5, -0.00010164518175989657, 6.054745523188351e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848933e-6, 6.509626762385292e-5, 1.4204031918963015e-6, 1.7204089485866173e-5, 2.8183547598207545e-6, 1.1355649533987865e-5, -0.00010165368856272929, 6.05490594659018e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.634511370478286e-6, 6.509598189380688e-5, 1.4204072138594638e-6, 1.7201918253106853e-5, 2.8181279063728702e-6, 1.1356210178017688e-5, -0.00010131298269677677, 6.054848622091293e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8225254116505195e-6, 6.565300412974885e-5, 1.4910670830441572e-6, 1.5683669165385974e-5, 2.6491814019029106e-6, 1.1394231623052943e-5, -0.00010118725669402154, 6.13862870253723e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.2394711407323655e-6, 6.630711724966678e-5, 1.5659586437215602e-6, 1.4679308907307272e-5, 2.5358540913661115e-6, 1.1337899461186608e-5, -0.00010140570351857907, 6.2190363060631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.071276319675161e-6, 6.849262337610664e-5, 1.8286967882947795e-6, 1.049118504178355e-5, 2.072600440682799e-6, 1.1405880427298387e-5, -0.00010181477816151618, 6.45251576767487e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8170032461269828e-6, 6.86750974271454e-5, 1.8657125420428291e-6, 8.93885154970898e-6, 1.9062886391372268e-6, 1.165544150805693e-5, -0.00010132526056205522, 6.466865649836881e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.990972776147252e-6, 6.872428819877083e-5, 1.875019903290013e-6, 8.578561032666055e-6, 1.86769167338688e-6, 1.171234746673839e-5, -0.00010121929292951975, 6.4704118785203264e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.554958685358108e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270855e-5, 2.1882182544936762e-6, 1.1011483249851094e-5, -0.00010296813899555599, 6.508425198982195e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.554958685358108e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270855e-5, 2.1882182544936762e-6, 1.1011483249851094e-5, -0.00010296813899555599, 6.508425198982195e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0581833025551285e-6, 7.000873564525534e-5, 1.97090430352413e-6, 1.1041532286134828e-5, 2.1231692746669825e-6, 1.0873529029797543e-5, -0.00010366058158624433, 6.584527744310385e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.3228242348967587e-6, 7.097885861059477e-5, 2.070459274051628e-6, 1.0777110067781223e-5, 2.0920032557741205e-6, 1.070305651977346e-5, -0.00010459488829557587, 6.6505763327038975e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5670687150624412e-6, 7.426659450857287e-5, 2.4161271355654202e-6, 9.07749702989628e-6, 1.9049283907374523e-6, 1.0383100697667026e-5, -0.00010746100305780112, 6.845686580299626e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.0872173256383858e-6, 7.463181445234825e-5, 2.4633773227950185e-6, 8.056894192924484e-6, 1.795962365545933e-6, 1.0520621419227354e-5, -0.00010742184828529674, 6.865961206817319e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2098668583068845e-6, 7.472513060550692e-5, 2.475269994758557e-6, 7.817653231485535e-6, 1.770471939747079e-6, 1.0552885234463173e-5, -0.00010742185050511387, 6.87057264084573e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.1821254639094783e-6, 7.50189036920946e-5, 2.4804316256362342e-6, 1.011725054800975e-5, 2.0160381938703765e-6, 1.0071643240925894e-5, -0.00010875999135519381, 6.873598590747478e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.1821254639094783e-6, 7.50189036920946e-5, 2.4804316256362342e-6, 1.011725054800975e-5, 2.0160381938703765e-6, 1.0071643240925894e-5, -0.00010875999135519381, 6.873598590747478e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.350916127004105e-6, 7.621771980862895e-5, 2.6003054236563614e-6, 1.0084374569886867e-5, 2.0127317355982126e-6, 9.897984813096505e-6, -0.00011008948113996174, 6.925448662090741e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.459165519868368e-6, 7.748946979403403e-5, 2.725786228070734e-6, 1.0178529912786333e-5, 2.024993546693057e-6, 9.738033957731128e-6, -0.00011158155733258175, 6.965578373398111e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.049484436719225e-6, 8.188539161621178e-5, 3.158279136968103e-6, 9.993973383838881e-6, 2.015918265332282e-6, 9.36293684290656e-6, -0.00011656212391371689, 7.096140231740053e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.331782356980106e-6, 8.245727189395077e-5, 3.2165811689217033e-6, 9.528074400217182e-6, 1.9673510758429715e-6, 9.396292294082353e-6, -0.00011701868780611311, 7.12133461611804e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3994294395180875e-6, 8.260094116601549e-5, 3.2312297514866345e-6, 9.417226560423706e-6, 1.9558837978673518e-6, 9.405183596079199e-6, -0.00011713686189657195, 7.1269675851814744e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8303811618864723e-6, 8.274735235952221e-5, 3.23858222776037e-6, 1.0649367147589904e-5, 2.090495177573208e-6, 9.215967015160024e-6, -0.00011786692523173545, 7.09478014224327e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.8303811618864723e-6, 8.274735235952221e-5, 3.23858222776037e-6, 1.0649367147589904e-5, 2.090495177573208e-6, 9.215967015160024e-6, -0.00011786692523173545, 7.09478014224327e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.911720668677586e-6, 8.43659805142424e-5, 3.3945074240277027e-6, 1.0840251678846591e-5, 2.117364073186477e-6, 9.092179744014574e-6, -0.00011984550408133563, 7.123499978340294e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9719995644513044e-6, 8.607459783329973e-5, 3.5565902453176433e-6, 1.1072226221372752e-5, 2.150934484500027e-6, 9.006243060249795e-6, -0.00012197555378489396, 7.142962375702711e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3002272093363357e-6, 9.207177358709422e-5, 4.113973517449833e-6, 1.1603385270423756e-5, 2.2395303355790766e-6, 8.800221369077668e-6, -0.00012936091057029519, 7.2317992813343e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4497219739996837e-6, 9.291085454654497e-5, 4.1892255476241245e-6, 1.1466507503526164e-5, 2.2281170507315867e-6, 8.786484838099187e-6, -0.00013029477627844036, 7.263864817914643e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4865017622320818e-6, 9.312072151217234e-5, 4.208080051842247e-6, 1.1432529280425865e-5, 2.2253735253083885e-6, 8.785043566324764e-6, -0.0001305294236980888, 7.271173999783097e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2030046719285236e-6, 9.316528819396444e-5, 4.216088057963697e-6, 1.1991899264389483e-5, 2.2905822939919516e-6, 8.79592016547559e-6, -0.00013087428480170192, 7.211502153988248e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.2030046719285236e-6, 9.316528819396444e-5, 4.216088057963697e-6, 1.1991899264389483e-5, 2.2905822939919516e-6, 8.79592016547559e-6, -0.00013087428480170192, 7.211502153988248e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2360584634913782e-6, 9.434383308632237e-5, 4.3236817652711476e-6, 1.2142537075002554e-5, 2.314362581336846e-6, 8.783895269883933e-6, -0.00013236487209522055, 7.220503853912323e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.269024238866211e-6, 9.557757659294185e-5, 4.434896743324184e-6, 1.2297330964808803e-5, 2.3393803506390026e-6, 8.78451320426217e-6, -0.00013393197818307954, 7.229256088237328e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.385051096673524e-6, 9.989873927378834e-5, 4.819415672655296e-6, 1.2822021030554224e-5, 2.425543618842147e-6, 8.806777333014038e-6, -0.00013942390883014564, 7.266360804618069e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.404852510242082e-6, 0.0001005136724447361, 4.87308442154145e-6, 1.2890400624448153e-5, 2.436936252856072e-6, 8.807535014863814e-6, -0.00014020174743832711, 7.27526616963944e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4097297032152993e-6, 0.00010066745139688784, 4.886486719294219e-6, 1.2907421745725613e-5, 2.4397924685995025e-6, 8.808165993311965e-6, -0.00014039645376762874, 7.2774057405943055e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.399147512727313e-6, 0.0001006618419375023, 4.886936963906228e-6, 1.2918103508683023e-5, 2.4418536352222813e-6, 8.829082701415272e-6, -0.00014040476778800378, 7.267801528547362e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812242, 0.004819320441399928, 0.00013440229007386723, 0.0015939327322634525, 0.00029193845475138054, 0.0008872113754603066, 0.9914330082058364, 0.00042160880579636964, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.2030046719285236e-6, 9.316528819396444e-5, 4.216088057963697e-6, 1.1991899264389483e-5, 2.2905822939919516e-6, 8.79592016547559e-6, -0.00013087428480170192, 7.211502153988248e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2360584634913782e-6, 9.434383308632237e-5, 4.3236817652711476e-6, 1.2142537075002554e-5, 2.314362581336846e-6, 8.783895269883933e-6, -0.00013236487209522055, 7.220503853912323e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.269024238866211e-6, 9.557757659294185e-5, 4.434896743324184e-6, 1.2297330964808803e-5, 2.3393803506390026e-6, 8.78451320426217e-6, -0.00013393197818307954, 7.229256088237328e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.385051096673524e-6, 9.989873927378834e-5, 4.819415672655296e-6, 1.2822021030554224e-5, 2.425543618842147e-6, 8.806777333014038e-6, -0.00013942390883014564, 7.266360804618069e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.404852510242082e-6, 0.0001005136724447361, 4.87308442154145e-6, 1.2890400624448153e-5, 2.436936252856072e-6, 8.807535014863814e-6, -0.00014020174743832711, 7.27526616963944e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4097297032152993e-6, 0.00010066745139688784, 4.886486719294219e-6, 1.2907421745725613e-5, 2.4397924685995025e-6, 8.808165993311965e-6, -0.00014039645376762874, 7.2774057405943055e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.399147512727313e-6, 0.0001006618419375023, 4.886936963906228e-6, 1.2918103508683023e-5, 2.4418536352222813e-6, 8.829082701415272e-6, -0.00014040476778800378, 7.267801528547362e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.6370921484232984e-10, 5.476717797915378e-11, 1.576620669617743e-11, 5.000778318128354e-10, 6.044700622949185e-11, 5.215280140954433e-11, -3.371671594187309e-10, -8.233464981556336e-11, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0004457095912550935, 0.005613926211940224, 0.0001715834238382607, 0.0016961211234728954, 0.0003113557930161014, 0.0009596350979667632, 0.990320471606569, 0.0004812138186045834, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [-0.00018196897694834475, 8.153353700817109e-6, 1.3400066169081459e-5, 0.00018457347726659278, 4.600714560648842e-5, 2.6490728603010626e-5, -3.397379537267471e-7, -5.5306642336960174e-5, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812242, 0.004819320441399928, 0.00013440229007386723, 0.0015939327322634525, 0.00029193845475138054, 0.0008872113754603066, 0.9914330082058364, 0.00042160880579636964, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [6.94362856843135e-310 0.0 … 1.551009847e-315 0.0; 6.94364460913103e-310 0.0 … 5.0e-324 1.59618053e-315; … ; 0.0 0.0 … 5.0e-324 1.551010875e-315; 0.0 0.0 … 0.0 1.55099969e-315], [-0.09693478081102569 0.0 … -6.098458467818091e-5 0.0; 0.07999999999992724 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3630, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3650, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3670, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3690, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.0004185943610812242, 0.004819320441399928, 0.00013440229007386723, 0.0015939327322634525, 0.00029193845475138054, 0.0008872113754603066, 0.9914330082058364, 0.00042160880579636964, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [1.0, 1.0, 0.01, 8.63162830693056e-19, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3630, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3650, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3670, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3690, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 30.0, [1.0, 1.0, 0.01, 8.63162830693056e-19, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([-0.09693478081102569 0.0 … -6.098458467818091e-5 0.0; 0.07999999999992724 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [4553219307040386190, 4545823150182240005, 4517537562735729262, 4547291211893191429, 4542884802462002047, 4549422782556748460, 4607176516235069196, 4537118210237258511, 4600156803381319434, 4594320138264247271 … 4572414629676717179, 4575765307799480828, 4579800533065604792, 4590429028186199163, 4580557137803003036, 4580557137803003036, 4580557137803003036, 4580557137803003036, 4585060737430373532, 4585060737430373532]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 30.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-12, 12, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 77
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 362
Number of accepted steps: 12
Number of rejected steps: 0
Maximum eigenvalue recorded: 0, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], SciMLBase.ReturnCode.Success), ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], nothing, nothing, [100.0], [[[0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], (100.0, 100.0), [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], [100.0], [[[0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]]], [1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.399147512727313e-6, 0.0001006618419375023, 4.886936963906228e-6, 1.2918103508683023e-5, -0.00011400067329213275, 0.0001252716096287703, -0.00014040476778800378, 7.267801528547362e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [3.399147512727313e-6, 0.0001006618419375023, 4.886936963906228e-6, 1.2918103508683023e-5, -0.00011400067329213275, 0.0001252716096287703, -0.00014040476778800378, 7.267801528547362e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [-1.2184223156811282 0.0 … -0.00013741604504402012 0.0; -0.14794814248730687 -1.0 … -2.0330448612214868e-5 0.0; … ; -0.0 -0.0 … -1.0 0.0; -0.0 -0.0 … -0.0 -1.0], [6.94362856843135e-310 0.0 … 1.021454004e-315 0.0; 6.94364460913103e-310 0.0 … 5.0e-324 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.00044919875500090646, 0.005717135057401612, 0.00017657677934124455, 0.001709369944255517, 0.0003138612585642993, 0.0009687190258563616, 0.9901764621498523, 0.0004886936963906228, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8940, Ptr{Nothing} @0x00007fd1c75d3810, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fa8b60, Ptr{Nothing} @0x00007fd1c75d3830, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8d80, Ptr{Nothing} @0x00007fd1c75d3850, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fa8fc0, Ptr{Nothing} @0x00007fd1c75d3870, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 100.0, [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([6.94362856843135e-310 0.0 … 1.021454004e-315 0.0; 6.94364460913103e-310 0.0 … 5.0e-324 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [-4700855489015087304, 4544431541064519881, 4519314438327954702, 4535694658093903680, 4523761422422712954, 4532822790100793901, -4676243521848313818, 4528762207710230406, -9223372036854775808, -9223372036854775808 … -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 100.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 3
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 0
Number of rejected steps: 0, [1], SciMLBase.ReturnCode.Success)), :MAXTIME_REACHED)b.ii
Let’s say our goal is to get the reproduction number R0 below 1.0, at some point within the next 100 days. Are there interventions that will allow us to meet our goal? If there are multiple options, which single intervention would have the greatest impact on R0 and let us meet our goal with minimal change to the intervention parameter? Assume that the intervention will be implemented after one month (t = day 30), and will stay constant after that, over the remaining time period (i.e. the following 70 days).
R0 = Infected # how is R0 defined from the states?\[ \begin{equation} \mathrm{Infected}\left( t \right) \end{equation} \]
intervention_parameters = [theta] # Need to figure out what these should be
[p => EasyModelAnalysis.optimal_parameter_intervention_for_threshold(prob, R0, 1.0,
p -
ModelingToolkit.defaults(sys)[p],
[p], [0.0],
3 .* [
ModelingToolkit.defaults(sys)[p],
],
(30.0, 100.0);
maxtime = 60)
for p in intervention_parameters]1-element Vector{Pair{Num, Tuple{Dict{Num, Float64}, Tuple{ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}, ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}, ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}}, Symbol}}}:
theta => (Dict(theta => 1.3821472819749412e-17), (ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.8267939901340234e-6, 7.548349314301234e-8, 3.972742408182048e-12, 6.204996766975698e-7, 2.2926107471766297e-7, 8.860239412027163e-8, 0.9999951740898583, 1.9322030453387534e-9, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [7.480275114975006e-6, 6.362399105983564e-7, 4.6465678462207713e-10, 2.2190247195137503e-6, 1.141251253267001e-6, 9.836751407435457e-7, 0.9999875024895241, 5.324634296694997e-8, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.8610348128968713e-5, 4.040009208879538e-6, 1.3726333585323035e-8, 8.757440649621397e-6, 3.993260066391428e-6, 7.607896089014415e-6, 0.9999563149242606, 6.790619257913193e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.7569462106423824e-5, 1.1681712917634034e-5, 7.908944400438965e-8, 1.9513009925659064e-5, 8.279809057320134e-6, 2.1982275103110848e-5, 0.999898314252307, 2.5970558017403387e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0001204349488133012, 4.035635744292145e-5, 4.3990046055544926e-7, 5.1445498953866775e-5, 2.5576909271731578e-5, 7.060365468624467e-5, 0.9996808005111493, 1.0358885884931657e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005320001448761725, 0.00030867882071223244, 2.721617736808061e-6, 0.00035636916222280213, 4.1106988774674946e-5, 0.00023238210993133194, 0.9984907795878738, 3.597823453493085e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], nothing, nothing, [0.0, 0.5367984098965104, 2.7883046034770675, 3.9999999999999996, 3.9999999999999996, 7.452732817565575, 11.84078920198151, 11.999999999999998, 11.999999999999998, 18.10179439889311, 21.999999999999996, 21.999999999999996, 27.880048927181118, 27.999999999999996, 27.999999999999996, 30.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [[8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 4.0991666627700003e-7, 4.6383333268399994e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.451506278492654e-7, 1.3009289017483877e-7, 1.0226904354972027e-12, 5.218903401218858e-7, 4.043368412597134e-7, 6.493550386312749e-8, -1.968298288440199e-6, 1.8910624809331e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.807532423176101e-7, 1.3508832313223307e-7, 3.3516588968644088e-12, 5.278248967779075e-7, 3.9974534867750113e-7, 8.365411310016955e-8, -2.029759729258707e-6, 2.690453594388836e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.008595577476248e-6, 1.5334975184401267e-7, 1.6848689054386487e-11, 5.510717242856526e-7, 3.865855335345325e-7, 1.4834974602914445e-7, -2.253644101344717e-6, 5.674919486072379e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0276964434069617e-6, 1.5610278327510123e-7, 2.00005675587e-11, 5.547504601861783e-7, 3.849209748525142e-7, 1.5776503488953463e-7, -2.2873852433690652e-6, 6.129546191216426e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0324687956795725e-6, 1.5679392481369017e-7, 2.0798686954378614e-11, 5.556861157270884e-7, 3.845362755043237e-7, 1.6009504782938403e-7, -2.2958452576124047e-6, 6.24429937139178e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.187004033193658e-6, 1.7958964786004538e-7, 4.1932621142572985e-11, 5.875856192734583e-7, 3.756091507892601e-7, 2.3321258923392168e-7, -2.5731484812422014e-6, 1.0105508270715283e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.373897112342623e-6, 2.0895738945101364e-7, 9.446164046318175e-11, 6.367922626112395e-7, 3.8318979041686505e-7, 3.077801962009529e-7, -2.926118161389624e-6, 1.5406948726466837e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2384139852330487e-6, 3.443611940385821e-7, 4.924826268070137e-10, 8.73530343406949e-7, 4.2368469084340284e-7, 6.442755276520781e-7, -4.564433719262399e-6, 3.967549546153123e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.427139232088914e-6, 3.7170797990971917e-7, 6.115902501270377e-10, 9.171617904496675e-7, 4.141436901805141e-7, 7.296691047654473e-7, -4.904623929096266e-6, 4.41905414518768e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.473740532781335e-6, 3.785176521053391e-7, 6.40954579968218e-10, 9.282141659644414e-7, 4.123197813881157e-7, 7.503737250679031e-7, -4.9891336445664455e-6, 4.532683267934279e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.5582537526114919e-6, 5.615275508099575e-7, 1.2787673005995483e-9, 1.313736917418887e-6, 6.415843994307033e-7, 1.0282642991742732e-6, -5.185703707509483e-6, 8.105802076357003e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.746986279903513e-6, 6.323552152210123e-7, 1.7293607189513852e-9, 1.3457435183176261e-6, 6.054182178344505e-7, 1.2267177447093025e-6, -5.6602880603005994e-6, 1.0133772359574362e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.9512664663145588e-6, 7.17670899382779e-7, 2.4288526035228865e-9, 1.4102322679931962e-6, 6.12421903995393e-7, 1.4103121540414717e-6, -6.231439951928502e-6, 1.2710740759757967e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8898855120688075e-6, 1.0773429019441172e-6, 6.280586754781201e-9, 1.6769024968226457e-6, 5.176135237305434e-7, 2.301658002579788e-6, -8.701148515095987e-6, 2.3146549119530385e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.127849959668875e-6, 1.1430969497437044e-6, 7.2322490729862315e-9, 1.6937404421767253e-6, 3.781203275541865e-7, 2.5876889683582306e-6, -9.184965935248978e-6, 2.472370386742703e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.1865835067136157e-6, 1.1595020994411966e-6, 7.469305023469182e-9, 1.6985403863393668e-6, 3.446318415758109e-7, 2.6575884118048907e-6, -9.305547559470235e-6, 2.5123200857188577e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.293289902784405e-6, 1.291454946103897e-6, 8.591881075879622e-9, 1.944423968270413e-6, 7.660607536403319e-7, 2.5156629767653598e-6, -1.0120855463523856e-5, 3.013710348835702e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.729245659475606e-6, 1.483078410969045e-6, 1.1132245221091455e-8, 2.1556983424276954e-6, 8.553002608401946e-7, 2.84022658570411e-6, -1.1434383549202784e-5, 3.5970204456504115e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.766799276605013e-6, 2.358237620619037e-6, 2.3958564353875082e-8, 3.12801027531477e-6, 1.1980130193393016e-6, 4.391376877033931e-6, -1.7485011243460294e-5, 6.186156101943668e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209610059157907e-6, 2.5352023675964168e-6, 2.6803326118768362e-8, 3.308629409928688e-6, 1.2111580571424766e-6, 4.765284012004729e-6, -1.872461020553312e-5, 6.679229735841363e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.3198174769584384e-6, 2.579210112847519e-6, 2.7512341648519405e-8, 3.353780376068283e-6, 1.2143826172516833e-6, 4.8581547143275936e-6, -1.903307391710395e-5, 6.802162780019141e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[7.288695973743017e-6, 2.5687552418901944e-6, 2.70443667931599e-8, 2.3242947345466197e-6, 1.377126211741238e-6, 4.658773011227428e-6, -1.8929407456395783e-5, 6.847179164541246e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.57183067109999e-6, 3.0020792981467727e-6, 3.377095958854078e-8, 2.9851680439618174e-6, 1.72425419437586e-6, 5.244733265381158e-6, -2.2374963023902694e-5, 8.131265913485566e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0426557728318656e-5, 3.6211015830405655e-6, 4.333502199558329e-8, 3.827072087020971e-6, 2.1227040658102605e-6, 6.2288438745121365e-6, -2.7252506219280926e-5, 9.828918585827496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.0507065702126118e-5, 7.108594475480618e-6, 9.418610807463671e-8, 8.559707530828461e-6, 4.951968555383839e-6, 1.1255836749565911e-5, -5.4422983935808204e-5, 1.945624814348613e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2675294914287014e-5, 7.940028473118547e-6, 1.0519183692206417e-7, 9.81293701047074e-6, 6.083698479450015e-6, 1.1977530448042833e-5, -6.078706818680297e-5, 2.1923870245117607e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.320807510859951e-5, 8.14645815124185e-6, 1.0792864885936352e-7, 1.012438189052645e-5, 6.373910187453528e-6, 1.2148758949444338e-5, -6.236298568933039e-5, 2.2534727532053545e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.728033413251623e-5, 2.535005438305001e-5, 2.201264175868538e-7, 3.0236565474817026e-5, -1.2374739941273001e-5, 1.8450438820883596e-5, -0.00010114020165778368, 1.9774223702029562e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.878530414177643e-5, 2.8789704111972098e-5, 2.388464354481121e-7, 3.3823587560478e-5, -6.535636918623126e-6, 1.451846602158009e-5, -0.00011171543164574672, 2.0951602931151128e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.293546856116083e-5, 3.2761871025516864e-5, 2.604703688279693e-7, 3.758567012566038e-5, -4.97556883095252e-6, 1.5226517433533714e-5, -0.00012598051452646393, 2.1860858427166926e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.9617080252304045e-5, 5.322917427127282e-5, 3.342689624605249e-7, 6.021068554845434e-5, 3.459217986037841e-5, -1.433311037519958e-5, -0.00018699683627916512, 3.3465577594945555e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.10540491195444e-5, 5.915228017457062e-5, 3.3725947827424974e-7, 6.883647555952892e-5, 6.859680762092858e-5, -4.631331068083432e-5, -0.00019573713628027333, 4.073575008260859e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.88336700253855e-5, 6.064175118453597e-5, 3.37811513471578e-7, 7.101913959298414e-5, 7.729147812876961e-5, -5.450514785177295e-5, -0.00019787803673594013, 4.259334142566301e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8024570559341688e-5, 5.468302608430703e-5, 3.632098811698145e-7, 5.867849634843316e-5, 1.9890300327515186e-6, 2.0176272030410416e-5, -0.00012073728868994838, 2.8718248722181285e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7557474026861188e-5, 5.467697246855398e-5, 3.724571572583569e-7, 5.6884918705423734e-5, 1.538071836731635e-6, 2.0848401407204277e-5, -0.00011971277991036111, 2.949432362050314e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.712752843183468e-5, 5.467875295972577e-5, 3.825123320653215e-7, 5.51418311042747e-5, 1.2035843526034413e-6, 2.1373801404859907e-5, -0.00011868534179834227, 3.0323880766478094e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.565451965027091e-5, 5.468360572109474e-5, 4.1904039485667e-7, 4.9332119271758256e-5, -2.541907288901761e-8, 2.3184851428005963e-5, -0.00011525371408727618, 3.314035994720475e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5401841044514544e-5, 5.4675470467052246e-5, 4.245151977846633e-7, 4.851793139530319e-5, -3.678829542951698e-7, 2.3606577526288705e-5, -0.00011480304605316233, 3.348275465543238e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.534088017166808e-5, 5.467379006654168e-5, 4.258904942889212e-7, 4.831778872869806e-5, -4.473177423632059e-7, 2.3704730163623373e-5, -0.00011469098931069142, 3.356987771570674e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.2382270537597508e-7, 2.3094833947770018e-5, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b25f8270, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b25f8290, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b25f82b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b25f82d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], (0.0, 30.0), [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-11, 11, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b25f8270, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b25f8290, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b25f82b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b25f82d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.8267939901340234e-6, 7.548349314301234e-8, 3.972742408182048e-12, 6.204996766975698e-7, 2.2926107471766297e-7, 8.860239412027163e-8, 0.9999951740898583, 1.9322030453387534e-9, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [7.480275114975006e-6, 6.362399105983564e-7, 4.6465678462207713e-10, 2.2190247195137503e-6, 1.141251253267001e-6, 9.836751407435457e-7, 0.9999875024895241, 5.324634296694997e-8, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.0992272590599972e-5, 1.1908307573145753e-6, 1.5154729836298532e-9, 3.5593817331679762e-6, 1.8085177145538103e-6, 1.9913293084360753e-6, 0.9999803449423558, 1.2787673005995482e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [1.8610348128968713e-5, 4.040009208879538e-6, 1.3726333585323035e-8, 8.757440649621397e-6, 3.993260066391428e-6, 7.607896089014415e-6, 0.9999563149242606, 6.790619257913193e-7, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.7569462106423824e-5, 1.1681712917634034e-5, 7.908944400438965e-8, 1.9513009925659064e-5, 8.279809057320134e-6, 2.1982275103110848e-5, 0.999898314252307, 2.5970558017403387e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.171 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [3.854540226043962e-5, 1.2085168723552606e-5, 8.330964921257237e-8, 2.0048413765385193e-5, 8.496417458799296e-6, 2.2714763333187715e-5, 0.999895338754793, 2.70443667931599e-6, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0001204349488133012, 4.035635744292145e-5, 4.3990046055544926e-7, 5.1445498953866775e-5, 2.5576909271731578e-5, 7.060365468624467e-5, 0.9996808005111493, 1.0358885884931657e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.422, 0.143 … 0.0057, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125], [0.0002484819748064881, 8.395418953105131e-5, 1.0441239849508682e-6, 0.00010385013573550532, 5.258365425427676e-5, 0.00014340629757688317, 0.999344683649015, 2.201264175868538e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005320001448761725, 0.00030867882071223244, 2.721617736808061e-6, 0.00035636916222280213, 4.1106988774674946e-5, 0.00023238210993133194, 0.9984907795878738, 3.597823453493085e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.36, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], [0.0, 0.5367984098965104, 2.7883046034770675, 3.9999999999999996, 3.9999999999999996, 7.452732817565575, 11.84078920198151, 11.999999999999998, 11.999999999999998, 18.10179439889311, 21.999999999999996, 21.999999999999996, 27.880048927181118, 27.999999999999996, 27.999999999999996, 30.0], [[[3.33333333e-6, 0.0, 0.0, 3.33333333e-7, 1.66666666e-8, 3.33333333e-8, 0.9999963, 0.0, 0.57, 0.171 … 0.011, 0.017, 0.027, 0.034, 0.034, 0.017, 0.017, 0.017, 0.125, 0.125]], [[8.116262594555736e-7, 1.255166665403e-7, 0.0, 5.16999999483e-7, 4.0991666627700003e-7, 4.6383333268399994e-8, -1.9116262583555736e-6, 1.1833333313e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.451506278492654e-7, 1.3009289017483877e-7, 1.0226904354972027e-12, 5.218903401218858e-7, 4.043368412597134e-7, 6.493550386312749e-8, -1.968298288440199e-6, 1.8910624809331e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.807532423176101e-7, 1.3508832313223307e-7, 3.3516588968644088e-12, 5.278248967779075e-7, 3.9974534867750113e-7, 8.365411310016955e-8, -2.029759729258707e-6, 2.690453594388836e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.008595577476248e-6, 1.5334975184401267e-7, 1.6848689054386487e-11, 5.510717242856526e-7, 3.865855335345325e-7, 1.4834974602914445e-7, -2.253644101344717e-6, 5.674919486072379e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0276964434069617e-6, 1.5610278327510123e-7, 2.00005675587e-11, 5.547504601861783e-7, 3.849209748525142e-7, 1.5776503488953463e-7, -2.2873852433690652e-6, 6.129546191216426e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0324687956795725e-6, 1.5679392481369017e-7, 2.0798686954378614e-11, 5.556861157270884e-7, 3.845362755043237e-7, 1.6009504782938403e-7, -2.2958452576124047e-6, 6.24429937139178e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.03076266169892e-6, 1.566445110942898e-7, 1.9322030453387536e-11, 5.557223237180044e-7, 3.854985135060994e-7, 1.5871981296615721e-7, -2.293604678443148e-6, 6.237533429223458e-9, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.187004033193658e-6, 1.7958964786004538e-7, 4.1932621142572985e-11, 5.875856192734583e-7, 3.756091507892601e-7, 2.3321258923392168e-7, -2.5731484812422014e-6, 1.0105508270715283e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.373897112342623e-6, 2.0895738945101364e-7, 9.446164046318175e-11, 6.367922626112395e-7, 3.8318979041686505e-7, 3.077801962009529e-7, -2.926118161389624e-6, 1.5406948726466837e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2384139852330487e-6, 3.443611940385821e-7, 4.924826268070137e-10, 8.73530343406949e-7, 4.2368469084340284e-7, 6.442755276520781e-7, -4.564433719262399e-6, 3.967549546153123e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.427139232088914e-6, 3.7170797990971917e-7, 6.115902501270377e-10, 9.171617904496675e-7, 4.141436901805141e-7, 7.296691047654473e-7, -4.904623929096266e-6, 4.41905414518768e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.473740532781335e-6, 3.785176521053391e-7, 6.40954579968218e-10, 9.282141659644414e-7, 4.123197813881157e-7, 7.503737250679031e-7, -4.9891336445664455e-6, 4.532683267934279e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.3508460670810195e-6, 3.6680513090123517e-7, 5.324634296694997e-10, 9.263021142580398e-7, 4.7282763179874044e-7, 6.575005987085601e-7, -4.819336855022772e-6, 4.4522848845507096e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5063642358400943e-6, 3.924381550903947e-7, 6.193199205572613e-10, 9.759922099775909e-7, 4.927964341764966e-7, 7.086663308074129e-7, -5.126196325941365e-6, 4.9319640128818146e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.6860351381780272e-6, 4.2222814580649986e-7, 7.283727921116156e-10, 1.0348241395970687e-6, 5.180001429426811e-7, 7.66042317701255e-7, -5.482770574404197e-6, 5.491231738655332e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4005710000122497e-6, 5.408733144791431e-7, 1.1975333225844925e-9, 1.2717912167518277e-6, 6.217402378915803e-7, 9.9096176179082e-7, -6.9042761639047465e-6, 7.714109965654112e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.523415355833438e-6, 5.611907782245913e-7, 1.2853410303846399e-9, 1.3125555157371605e-6, 6.391962932843116e-7, 1.029762206092571e-6, -7.148320884581603e-6, 8.091539437914582e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5541571471531396e-6, 5.66280859955432e-7, 1.3073595101838196e-9, 1.3227886399134537e-6, 6.436207151115146e-7, 1.0394298668860611e-6, -7.209446698803732e-6, 8.186211027394716e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.5238033551263142e-6, 5.616195175217117e-7, 1.278945731152649e-9, 1.3141294092327654e-6, 6.423442031445474e-7, 1.0277659161667026e-6, -7.152026651469185e-6, 8.108530454599061e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[1.5582537526114919e-6, 5.615275508099575e-7, 1.2787673005995483e-9, 1.313736917418887e-6, 6.415843994307033e-7, 1.0282642991742732e-6, -5.185703707509483e-6, 8.105802076357003e-8, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.746986279903513e-6, 6.323552152210123e-7, 1.7293607189513852e-9, 1.3457435183176261e-6, 6.054182178344505e-7, 1.2267177447093025e-6, -5.6602880603005994e-6, 1.0133772359574362e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.9512664663145588e-6, 7.17670899382779e-7, 2.4288526035228865e-9, 1.4102322679931962e-6, 6.12421903995393e-7, 1.4103121540414717e-6, -6.231439951928502e-6, 1.2710740759757967e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8898855120688075e-6, 1.0773429019441172e-6, 6.280586754781201e-9, 1.6769024968226457e-6, 5.176135237305434e-7, 2.301658002579788e-6, -8.701148515095987e-6, 2.3146549119530385e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.127849959668875e-6, 1.1430969497437044e-6, 7.2322490729862315e-9, 1.6937404421767253e-6, 3.781203275541865e-7, 2.5876889683582306e-6, -9.184965935248978e-6, 2.472370386742703e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.1865835067136157e-6, 1.1595020994411966e-6, 7.469305023469182e-9, 1.6985403863393668e-6, 3.446318415758109e-7, 2.6575884118048907e-6, -9.305547559470235e-6, 2.5123200857188577e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.943116690409531e-6, 1.1392685258524155e-6, 6.790619257913193e-9, 1.7899364667638481e-6, 7.090231892325608e-7, 2.24143213791726e-6, -9.084531572969207e-6, 2.5496394353567783e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.293289902784405e-6, 1.291454946103897e-6, 8.591881075879622e-9, 1.944423968270413e-6, 7.660607536403319e-7, 2.5156629767653598e-6, -1.0120855463523856e-5, 3.013710348835702e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.729245659475606e-6, 1.483078410969045e-6, 1.1132245221091455e-8, 2.1556983424276954e-6, 8.553002608401946e-7, 2.84022658570411e-6, -1.1434383549202784e-5, 3.5970204456504115e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.766799276605013e-6, 2.358237620619037e-6, 2.3958564353875082e-8, 3.12801027531477e-6, 1.1980130193393016e-6, 4.391376877033931e-6, -1.7485011243460294e-5, 6.186156101943668e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209610059157907e-6, 2.5352023675964168e-6, 2.6803326118768362e-8, 3.308629409928688e-6, 1.2111580571424766e-6, 4.765284012004729e-6, -1.872461020553312e-5, 6.679229735841363e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.3198174769584384e-6, 2.579210112847519e-6, 2.7512341648519405e-8, 3.353780376068283e-6, 1.2143826172516833e-6, 4.8581547143275936e-6, -1.903307391710395e-5, 6.802162780019141e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.050783058594168e-6, 2.4994094284477307e-6, 2.5970558017403387e-8, 3.3218094420186833e-6, 1.342860095088324e-6, 4.543715296436275e-6, -1.8448705553714032e-5, 6.64157675111446e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.075994994961715e-6, 2.510432376545837e-6, 2.614080114568139e-8, 3.3347929406574674e-6, 1.3483068264927469e-6, 4.562004495511364e-6, -1.8525100275549464e-5, 6.674278402346496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.102206014277642e-6, 2.5218915373341452e-6, 2.631807799290066e-8, 3.3482996634053077e-6, 1.3539732157434374e-6, 4.581013316534214e-6, -1.860452799360297e-5, 6.70826168315325e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.193354633290115e-6, 2.5617388347587615e-6, 2.6935431811459374e-8, 3.3952949521919002e-6, 1.3736886706832217e-6, 4.647102111393788e-6, -1.888075398580254e-5, 6.826393516732941e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.206194661086134e-6, 2.5673517370449668e-6, 2.7022535698986795e-8, 3.4019189504705534e-6, 1.3764673637271864e-6, 4.656410007146118e-6, -1.8919667958698074e-5, 6.843027035241303e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.2094037344240454e-6, 2.5687545453144843e-6, 2.7044310936470746e-8, 3.4035746470142437e-6, 1.3771619190452516e-6, 4.658736195755671e-6, -1.8929393747360462e-5, 6.847183948702944e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.209396635723749e-6, 2.5687516243281276e-6, 2.7044269407436453e-8, 3.403572079581678e-6, 1.3771615089349468e-6, 4.6587298722207875e-6, -1.8929373630903114e-5, 6.847176407063898e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[7.288695973743017e-6, 2.5687552418901944e-6, 2.70443667931599e-8, 2.3242947345466197e-6, 1.377126211741238e-6, 4.658773011227428e-6, -1.8929407456395783e-5, 6.847179164541246e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [8.57183067109999e-6, 3.0020792981467727e-6, 3.377095958854078e-8, 2.9851680439618174e-6, 1.72425419437586e-6, 5.244733265381158e-6, -2.2374963023902694e-5, 8.131265913485566e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0426557728318656e-5, 3.6211015830405655e-6, 4.333502199558329e-8, 3.827072087020971e-6, 2.1227040658102605e-6, 6.2288438745121365e-6, -2.7252506219280926e-5, 9.828918585827496e-7, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.0507065702126118e-5, 7.108594475480618e-6, 9.418610807463671e-8, 8.559707530828461e-6, 4.951968555383839e-6, 1.1255836749565911e-5, -5.4422983935808204e-5, 1.945624814348613e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.2675294914287014e-5, 7.940028473118547e-6, 1.0519183692206417e-7, 9.81293701047074e-6, 6.083698479450015e-6, 1.1977530448042833e-5, -6.078706818680297e-5, 2.1923870245117607e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.320807510859951e-5, 8.14645815124185e-6, 1.0792864885936352e-7, 1.012438189052645e-5, 6.373910187453528e-6, 1.2148758949444338e-5, -6.236298568933039e-5, 2.2534727532053545e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.241852148549689e-5, 7.655105871413147e-6, 1.0358885884931656e-7, 9.04236334663725e-6, 4.69572034661136e-6, 1.2813159902850995e-5, -5.878987602711384e-5, 2.0614162152548882e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5020429035561182e-5, 8.535245792103095e-6, 1.1652653587011244e-7, 1.0152050569308425e-5, 5.260914548576713e-6, 1.4262080861673284e-5, -6.5640957694043e-5, 2.293710350950179e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8339341853896852e-5, 9.657695064935518e-6, 1.3290388309178042e-7, 1.1552042960165556e-5, 5.969645364003808e-6, 1.6128250850860817e-5, -7.436862296231932e-5, 2.588742985364992e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.366230985851072e-5, 1.485337832638067e-5, 2.0799711765976038e-7, 1.800791249709411e-5, 9.278927638814198e-6, 2.4747541590007513e-5, -0.00011471373346772384, 3.95566643925687e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.6782071322939064e-5, 1.5917450287297683e-5, 2.2320270698082012e-7, 1.933553161844787e-5, 9.985691409288702e-6, 2.6482486646397328e-5, -0.00012296359866508273, 4.23716467373127e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.7558131534422915e-5, 1.6182182586355827e-5, 2.269864690850881e-7, 1.9665572164299957e-5, 1.016137134941355e-5, 2.6914434750141913e-5, -0.00012501583475607272, 4.3071559023534604e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.615031607085706e-5, 1.5690027523072092e-5, 2.2019651157570513e-7, 1.9025406504616597e-5, 9.762131366924458e-6, 2.619240590811421e-5, -0.0001212131886900594, 4.172704804899284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.728033413251623e-5, 2.535005438305001e-5, 2.201264175868538e-7, 3.0236565474817026e-5, -1.2374739941273001e-5, 1.8450438820883596e-5, -0.00010114020165778368, 1.9774223702029562e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.878530414177643e-5, 2.8789704111972098e-5, 2.388464354481121e-7, 3.3823587560478e-5, -6.535636918623126e-6, 1.451846602158009e-5, -0.00011171543164574672, 2.0951602931151128e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.293546856116083e-5, 3.2761871025516864e-5, 2.604703688279693e-7, 3.758567012566038e-5, -4.97556883095252e-6, 1.5226517433533714e-5, -0.00012598051452646393, 2.1860858427166926e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.9617080252304045e-5, 5.322917427127282e-5, 3.342689624605249e-7, 6.021068554845434e-5, 3.459217986037841e-5, -1.433311037519958e-5, -0.00018699683627916512, 3.3465577594945555e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [4.10540491195444e-5, 5.915228017457062e-5, 3.3725947827424974e-7, 6.883647555952892e-5, 6.859680762092858e-5, -4.631331068083432e-5, -0.00019573713628027333, 4.073575008260859e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.88336700253855e-5, 6.064175118453597e-5, 3.37811513471578e-7, 7.101913959298414e-5, 7.729147812876961e-5, -5.450514785177295e-5, -0.00019787803673594013, 4.259334142566301e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.565527238741101e-5, 5.3879232012977376e-5, 3.597823453493085e-7, 5.7901193443929745e-5, 1.8096373710185857e-6, 1.993101683317706e-5, -0.00020237930962058734, 2.8431752267242456e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.579887079749638e-5, 5.4007747762241246e-5, 3.6033142283834733e-7, 5.8025481304221034e-5, 1.8389080382222996e-6, 1.9969684019189087e-5, -0.00020284876929887058, 2.8477459546621967e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.5947781079623e-5, 5.4140851599111304e-5, 3.608993917420397e-7, 5.815420029658588e-5, 1.8688177602222581e-6, 2.0010109304676685e-5, -0.0002033351458598296, 2.852486427868425e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.646435047490874e-5, 5.4602135903773156e-5, 3.6286557804730803e-7, 5.8600276914404806e-5, 1.9713209955257988e-6, 2.0151270915407946e-5, -0.00020502115670857304, 2.8689359265052893e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.65368947554453e-5, 5.4666853114230926e-5, 3.6314108709385007e-7, 5.866286049161815e-5, 1.985542206934688e-6, 2.0171220948483522e-5, -0.00020525775991617808, 2.871247312371631e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655501904556753e-5, 5.468301839861868e-5, 3.6320989070631145e-7, 5.8678492648494566e-5, 1.989085675512484e-6, 2.0176212350948702e-5, -0.00020531686278872787, 2.871824778879588e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.655506771884915e-5, 5.468302302123149e-5, 3.6320989484982976e-7, 5.867849019981577e-5, 1.988993282923273e-6, 2.017630841741455e-5, -0.00020531691670957455, 2.871824174490489e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8024570559341688e-5, 5.468302608430703e-5, 3.632098811698145e-7, 5.867849634843316e-5, 1.9890300327515186e-6, 2.0176272030410416e-5, -0.00012073728868994838, 2.8718248722181285e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7557474026861188e-5, 5.467697246855398e-5, 3.724571572583569e-7, 5.6884918705423734e-5, 1.538071836731635e-6, 2.0848401407204277e-5, -0.00011971277991036111, 2.949432362050314e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.712752843183468e-5, 5.467875295972577e-5, 3.825123320653215e-7, 5.51418311042747e-5, 1.2035843526034413e-6, 2.1373801404859907e-5, -0.00011868534179834227, 3.0323880766478094e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.565451965027091e-5, 5.468360572109474e-5, 4.1904039485667e-7, 4.9332119271758256e-5, -2.541907288901761e-8, 2.3184851428005963e-5, -0.00011525371408727618, 3.314035994720475e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5401841044514544e-5, 5.4675470467052246e-5, 4.245151977846633e-7, 4.851793139530319e-5, -3.678829542951698e-7, 2.3606577526288705e-5, -0.00011480304605316233, 3.348275465543238e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.534088017166808e-5, 5.467379006654168e-5, 4.258904942889212e-7, 4.831778872869806e-5, -4.473177423632059e-7, 2.3704730163623373e-5, -0.00011469098931069142, 3.356987771570674e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.2382270537597508e-7, 2.3094833947770018e-5, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [-1.8024570559341688e-5, 5.468302608430703e-5, 3.632098811698145e-7, 5.867849634843316e-5, 1.9890300327515186e-6, 2.0176272030410416e-5, -0.00012073728868994838, 2.8718248722181285e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.7557474026861188e-5, 5.467697246855398e-5, 3.724571572583569e-7, 5.6884918705423734e-5, 1.538071836731635e-6, 2.0848401407204277e-5, -0.00011971277991036111, 2.949432362050314e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.712752843183468e-5, 5.467875295972577e-5, 3.825123320653215e-7, 5.51418311042747e-5, 1.2035843526034413e-6, 2.1373801404859907e-5, -0.00011868534179834227, 3.0323880766478094e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.565451965027091e-5, 5.468360572109474e-5, 4.1904039485667e-7, 4.9332119271758256e-5, -2.541907288901761e-8, 2.3184851428005963e-5, -0.00011525371408727618, 3.314035994720475e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5401841044514544e-5, 5.4675470467052246e-5, 4.245151977846633e-7, 4.851793139530319e-5, -3.678829542951698e-7, 2.3606577526288705e-5, -0.00011480304605316233, 3.348275465543238e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.534088017166808e-5, 5.467379006654168e-5, 4.258904942889212e-7, 4.831778872869806e-5, -4.473177423632059e-7, 2.3704730163623373e-5, -0.00011469098931069142, 3.356987771570674e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.2382270537597508e-7, 2.3094833947770018e-5, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-5.390961837841079e-10, 9.572844952319827e-11, -1.2202406872160754e-12, 2.4494367647022593e-10, 1.825142725703532e-9, -1.8512669504982965e-9, 1.8701730533659872e-10, 3.8751217926882333e-11, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0005099821840077465, 0.0004124041986338562, 3.4583716924347714e-6, 0.0004593135827010452, 4.313325575975515e-5, 0.0002733259261631827, 0.9982565817891844, 4.1817358520308544e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [-0.0003500785030051232, 6.719860876612745e-5, -1.2159215845920634e-6, 0.00016660604101897576, 0.0017496031168409653, -0.0014480739075501772, 1.871171644922294e-7, 3.716927369484967e-5, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [6.94382409097753e-310 6.94382410379043e-310 … 6.94382410251574e-310 6.94382410156753e-310; 6.9438240972344e-310 6.9438241013106e-310 … 6.94382409003327e-310 6.9438241013703e-310; … ; 6.9438240898744e-310 6.9438240930443e-310 … 6.9438240936522e-310 0.0; 6.9438240937273e-310 6.9438241047576e-310 … 6.9438241040675e-310 0.0], [6.94382409097753e-310 6.94382410379043e-310 … 6.94382410251574e-310 6.94382410156753e-310; 6.9438240972344e-310 6.9438241013106e-310 … 6.94382409003327e-310 6.9438241013703e-310; … ; 6.9438240898744e-310 6.9438240930443e-310 … 6.9438240936522e-310 2.37e-322; 6.9438240937273e-310 6.9438241047576e-310 … 6.9438241040675e-310 2.77e-322], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b25f8270, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b25f8290, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b25f82b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b25f82d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.0005399294134213621, 0.0003151897879942283, 2.7649792985969006e-6, 0.0003633609758984632, 4.1334772786805035e-5, 0.0002347875579388125, 0.9984663281912075, 3.632098811698145e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b25f8270, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b25f8290, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b25f82b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b25f82d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 0.0, [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([6.94382409097753e-310 6.94382410379043e-310 … 6.94382410251574e-310 6.94382410156753e-310; 6.9438240972344e-310 6.9438241013106e-310 … 6.94382409003327e-310 6.9438241013703e-310; … ; 6.9438240898744e-310 6.9438240930443e-310 … 6.9438240936522e-310 2.37e-322; 6.9438240937273e-310 6.9438241047576e-310 … 6.9438241040675e-310 2.77e-322], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [4544532627842403878, 4543182677777247960, 4510453964344726907, 4543772699249197756, 4521765076350731615, 4536568830532103251, -4671676067222947450, 4523884509683022063, -9223372036854775808, -9223372036854775808 … -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 0.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-11, 11, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 73
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 434
Number of accepted steps: 11
Number of rejected steps: 0
Maximum eigenvalue recorded: 0, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], SciMLBase.ReturnCode.Success), ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005028035341429187, 0.00043790648969279874, 3.6569552043568393e-6, 0.00048187820445612763, 4.708562768297549e-5, 0.0002802021789062314, 0.9982030960434003, 4.3387633177111914e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000477040038730841, 0.0005543808260305937, 4.656519917827422e-6, 0.0005730000569872143, 7.89978842210273e-5, 0.0002987315921280804, 0.9979622485557976, 5.0961192849615125e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004546648751243862, 0.0007827921856450582, 7.051002436438245e-6, 0.0007085131481315682, 0.00013213585844144393, 0.0003458937026947669, 0.9975014616994561, 6.750419473306666e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.0001508796817718649, 0.00036707005402203895, 0.9973186002858886, 7.469096530800149e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.0001508796817718649, 0.00036707005402203895, 0.9973186002858886, 7.469096530800149e-5, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00037845923092780367, 0.0011910838104418862, 1.2649225679806425e-5, 0.000970529545203081, 0.00017944304707474088, 0.0004090721217622655, 0.996756852366504, 0.00010192731906927758, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003441483145574538, 0.001552144239730018, 1.9378589482441413e-5, 0.0011104081898286838, 0.0002000906850104613, 0.00047057943093203875, 0.9961685794664472, 0.00013468775067459598, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582136, 0.0016314087357181843, 2.1071040040975346e-5, 0.001132452731967463, 0.00020364851759223078, 0.00048443166060482476, 0.9960441518033951, 0.00014204072138594638, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582136, 0.0016314087357181843, 2.1071040040975346e-5, 0.001132452731967463, 0.00020364851759223078, 0.00048443166060482476, 0.9960441518033951, 0.00014204072138594638, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003354512889410496, 0.00211724156988888, 3.300016977876121e-5, 0.001232925021176425, 0.0002213594274654488, 0.0005660469222731288, 0.9953063345643973, 0.0001876577027419165, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003494356258730633, 0.002765507430556316, 5.258638927192399e-5, 0.0013282194361467319, 0.0002399947304627217, 0.000660966933221211, 0.9943552629585674, 0.0002480431625636235, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003771689969503235, 0.0036194995158879673, 8.353961808919768e-5, 0.001439654049832778, 0.00026209749093517514, 0.0007650109780188402, 0.9931291877941726, 0.00032385822277603715, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812249, 0.00481932044139993, 0.00013440229007386732, 0.0015939327322634512, 0.00029193845475138027, 0.0008872113754603065, 0.9914330082058364, 0.00042160880579636975, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], nothing, nothing, [30.0, 30.243947707534623, 32.36543429621891, 36.42385300812073, 37.99999999999999, 37.99999999999999, 43.07876389702658, 48.77671566279182, 49.99999999999999, 49.99999999999999, 57.24842522831926, 66.25035249341147, 77.08249146469292, 90.73308331538136, 100.0], [[[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], [[-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.6141852519253854e-5, 7.076804133892143e-6, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5407718887423474e-5, 5.470613623528326e-5, 4.2693004380501876e-7, 4.826625105915098e-5, 1.610528264429647e-5, 7.132609136712838e-6, -0.00011460793274008052, 3.378442508255433e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5296288832916203e-5, 5.470801976755613e-5, 4.2830049680348554e-7, 4.807837709679111e-5, 1.6067954766254566e-5, 7.18948853245184e-6, -0.00011456016669260587, 3.384314865664941e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4913968284746021e-5, 5.4715959649155457e-5, 4.330452939854498e-7, 4.743577171136068e-5, 1.594020094104269e-5, 7.383944200438843e-6, -0.00011439962660790803, 3.404673096670921e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4860904619674006e-5, 5.471728012482373e-5, 4.3371024134682946e-7, 4.7346869801969176e-5, 1.5922516655682606e-5, 7.4108385938818265e-6, -0.00011437783844953637, 3.407527651506201e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847677090804646e-5, 5.471762007570756e-5, 4.33876304544454e-7, 4.732472364203671e-5, 1.591811071141765e-5, 7.417537131008037e-6, -0.00011437243165455185, 3.4082408806420797e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3921706289319789e-5, 5.4742063366948494e-5, 4.455175334998211e-7, 4.577552339441281e-5, 1.5609826264638753e-5, 7.885905327606502e-6, -0.00011399544816409784, 3.4583185663112548e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3025932494214581e-5, 5.4803714806513144e-5, 4.578765986332993e-7, 4.432830935382542e-5, 1.5319794142922968e-5, 8.320803491337926e-6, -0.00011371679027583974, 3.5122243768215647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0052427157772381e-5, 5.5103258707682234e-5, 5.018188097164543e-7, 3.9635355561227965e-5, 1.4377352811887173e-5, 9.739007505882596e-6, -0.00011300432774313297, 3.6999615045089256e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.638508736557768e-6, 5.5151790971575395e-5, 5.082194382591439e-7, 3.898351452482141e-5, 1.4247560684373934e-5, 9.942128953996065e-6, -0.00011291958853511042, 3.7248826986422448e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.536927842893295e-6, 5.5164855054912503e-5, 5.098225211054104e-7, 3.882521914373916e-5, 1.42159577997798e-5, 9.991296286639383e-6, -0.00011290141826970385, 3.7311953064208823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.132724381903747e-6, 5.543305641709887e-5, 5.340297197942067e-7, 3.6797015955233466e-5, 1.3798387505866724e-5, 1.0581395920837418e-5, -0.00011285394898782922, 3.842787850902282e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.788672500286937e-6, 5.579834900418774e-5, 5.6064608671044e-7, 3.4970917444486645e-5, 1.3421761022788658e-5, 1.1130268062387151e-5, -0.00011304983301645209, 3.956563896178391e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.333386687580752e-6, 5.7285175888975495e-5, 6.576778137495946e-7, 2.915309585001594e-5, 1.223121833082219e-5, 1.2971445141288039e-5, -0.00011430356973494375, 4.338343397673232e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6380537187442223e-6, 5.7488618054023795e-5, 6.723391016991059e-7, 2.8159612424650837e-5, 1.2038774428257157e-5, 1.3325202141868899e-5, -0.00011442804351306558, 4.3815510813100145e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4708714122576545e-6, 5.7542836982097866e-5, 6.760225528611478e-7, 2.7927696944099023e-5, 1.199364173203949e-5, 1.3407975436004415e-5, -0.00011446993397020452, 4.392631735360229e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193031e-5, 1.3020848550240784e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193031e-5, 1.3020848550240784e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609152e-5, 1.3164312001116899e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088905e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195475e-5, 1.3757948604218316e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334628e-5, 1.382225304661895e-5, -0.00011708249451122276, 4.6903635812811615e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778975e-5, 1.3837981647446762e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481749e-5, 1.3824387858169567e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193031e-5, 1.3020848550240784e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609152e-5, 1.3164312001116899e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088905e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195475e-5, 1.3757948604218316e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334628e-5, 1.382225304661895e-5, -0.00011708249451122276, 4.6903635812811615e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778975e-5, 1.3837981647446762e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481749e-5, 1.3824387858169567e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.122196104725193e-5, 6.244188484067265e-5, 7.469096530800149e-7, 5.689211489718056e-5, 7.117347262923198e-6, 5.954610288730182e-6, -0.00011715017485368015, 5.219268958345474e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.867995688550582e-5, 6.224050412237632e-5, 7.895866230347866e-7, 5.132817405350146e-5, 6.520575264262393e-6, 6.947186299149548e-6, -0.00011439957682586572, 5.253507349047036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6622361192051414e-5, 6.220383131610451e-5, 8.341723276865514e-7, 4.688426678082347e-5, 6.042018654988589e-6, 7.674396605223633e-6, -0.0001123212001082201, 5.304875615444768e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.576062885282228e-6, 6.209775074490821e-5, 9.9338441696569e-7, 3.164071366681596e-5, 4.403797925087189e-6, 1.024115399818988e-5, -0.00010524984542398182, 5.449107557297119e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.06421304817584e-6, 6.192400807651436e-5, 1.01776841761492e-6, 2.8283328301488036e-5, 4.046830833657617e-6, 1.0920584575517384e-5, -0.00010356484456112763, 5.436537404511156e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.711168592390407e-6, 6.188798984686701e-5, 1.023843323240111e-6, 2.750137804711511e-5, 3.963635479344282e-6, 1.1076758694530466e-5, -0.00010317677669661696, 5.434339897910376e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.661024140204739e-6, 6.247690594571881e-5, 1.0192731906927758e-6, 3.2018016651422094e-5, 4.437075455102346e-6, 9.945714368397736e-6, -0.00010576904129277539, 5.533079821646357e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.661024140204739e-6, 6.247690594571881e-5, 1.0192731906927758e-6, 3.2018016651422094e-5, 4.437075455102346e-6, 9.945714368397736e-6, -0.00010576904129277539, 5.533079821646357e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.185052252874071e-6, 6.266998026886614e-5, 1.0700320180159662e-6, 2.8923712560966243e-5, 4.1015347090338085e-6, 1.0360687173111183e-5, -0.00010454187870652216, 5.600984229402899e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.028653492418781e-6, 6.298079881956723e-5, 1.1236652349036146e-6, 2.656376327336283e-5, 3.844067696057174e-6, 1.0612910724855143e-5, -0.00010377172107393943, 5.675168817612229e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.943150652623999e-6, 6.403309190740927e-5, 1.3137303143827414e-6, 1.8165287963298385e-5, 2.932346241991059e-6, 1.162511507334281e-5, -0.00010102022165751392, 5.893800809713663e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.9583195057088864e-6, 6.405690427151263e-5, 1.341573690629331e-6, 1.6030627697867676e-5, 2.7045361073587006e-6, 1.2015165543930612e-5, -0.00010009114084026712, 5.900653034677052e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.72892999464149e-6, 6.406779907089835e-5, 1.3485482675961307e-6, 1.5535410164222735e-5, 2.6516542735099325e-6, 1.2103970379972188e-5, -9.98812418204991e-5, 5.902789658941257e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.1706941946609736e-6, 6.450030878676594e-5, 1.3468775067459598e-6, 1.8861294369199983e-5, 3.001168683643425e-6, 1.1289924663095744e-5, -0.00010179454174536243, 5.965661930572352e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609736e-6, 6.450030878676594e-5, 1.3468775067459598e-6, 1.8861294369199983e-5, 3.001168683643425e-6, 1.1289924663095744e-5, -0.00010179454174536243, 5.965661930572352e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783828e-6, 6.45926873823788e-5, 1.3586268050351643e-6, 1.8569239599871093e-5, 2.969006932784898e-6, 1.1304968594741934e-5, -0.00010175620551961377, 5.980244999080272e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824353044e-6, 6.469045154775778e-5, 1.3708008355613254e-6, 1.8285994414260024e-5, 2.9377766981512865e-6, 1.1317267248391083e-5, -0.00010172772904256198, 5.995148280875784e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988143e-6, 6.503382262129016e-5, 1.4129958249910465e-6, 1.7349139697843916e-5, 2.8344163610915413e-6, 1.1353061159745518e-5, -0.0001016552013158799, 6.0460326609058565e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787317e-6, 6.508222234187477e-5, 1.418913644671904e-6, 1.722097026318075e-5, 2.820282633085713e-6, 1.1357880226450346e-5, -0.00010164694921842058, 6.05300620283582e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600983e-6, 6.509436917251635e-5, 1.4203920273976042e-6, 1.7189459488461186e-5, 2.8168064440707365e-6, 1.135899065482253e-5, -0.00010164518175989666, 6.054745523188348e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848966e-6, 6.509626762385293e-5, 1.4204031918963015e-6, 1.720408948586618e-5, 2.8183547598207545e-6, 1.1355649533987885e-5, -0.00010165368856272933, 6.0549059465901766e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609736e-6, 6.450030878676594e-5, 1.3468775067459598e-6, 1.8861294369199983e-5, 3.001168683643425e-6, 1.1289924663095744e-5, -0.00010179454174536243, 5.965661930572352e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783828e-6, 6.45926873823788e-5, 1.3586268050351643e-6, 1.8569239599871093e-5, 2.969006932784898e-6, 1.1304968594741934e-5, -0.00010175620551961377, 5.980244999080272e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824353044e-6, 6.469045154775778e-5, 1.3708008355613254e-6, 1.8285994414260024e-5, 2.9377766981512865e-6, 1.1317267248391083e-5, -0.00010172772904256198, 5.995148280875784e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988143e-6, 6.503382262129016e-5, 1.4129958249910465e-6, 1.7349139697843916e-5, 2.8344163610915413e-6, 1.1353061159745518e-5, -0.0001016552013158799, 6.0460326609058565e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787317e-6, 6.508222234187477e-5, 1.418913644671904e-6, 1.722097026318075e-5, 2.820282633085713e-6, 1.1357880226450346e-5, -0.00010164694921842058, 6.05300620283582e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600983e-6, 6.509436917251635e-5, 1.4203920273976042e-6, 1.7189459488461186e-5, 2.8168064440707365e-6, 1.135899065482253e-5, -0.00010164518175989666, 6.054745523188348e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848966e-6, 6.509626762385293e-5, 1.4204031918963015e-6, 1.720408948586618e-5, 2.8183547598207545e-6, 1.1355649533987885e-5, -0.00010165368856272933, 6.0549059465901766e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.634511370478318e-6, 6.509598189380692e-5, 1.4204072138594638e-6, 1.7201918253106893e-5, 2.8181279063728753e-6, 1.1356210178017712e-5, -0.00010131298269677684, 6.054848622091291e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8225254116505822e-6, 6.565300412974889e-5, 1.4910670830441572e-6, 1.5683669165386014e-5, 2.6491814019029157e-6, 1.1394231623052972e-5, -0.00010118725669402158, 6.1386287025372265e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.2394711407323825e-6, 6.63071172496668e-5, 1.5659586437215598e-6, 1.4679308907307272e-5, 2.5358540913661115e-6, 1.133789946118663e-5, -0.0001014057035185791, 6.219036306063098e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0712763196749628e-6, 6.849262337610678e-5, 1.8286967882947808e-6, 1.0491185041783957e-5, 2.0726004406828485e-6, 1.1405880427298392e-5, -0.00010181477816151659, 6.452515767674861e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8170032461265898e-6, 6.867509742714563e-5, 1.8657125420428308e-6, 8.938851549709783e-6, 1.9062886391373231e-6, 1.1655441508056912e-5, -0.00010132526056205594, 6.4668656498368695e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.9909727761467895e-6, 6.87242881987711e-5, 1.8750199032900143e-6, 8.57856103266695e-6, 1.867691673386987e-6, 1.1712347466738352e-5, -0.0001012192929295205, 6.4704118785203146e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.554958685358243e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270801e-5, 2.1882182544936703e-6, 1.1011483249851117e-5, -0.00010296813899555596, 6.508425198982192e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.554958685358243e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270801e-5, 2.1882182544936703e-6, 1.1011483249851117e-5, -0.00010296813899555596, 6.508425198982192e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0581833025551404e-6, 7.000873564525534e-5, 1.97090430352413e-6, 1.1041532286134784e-5, 2.1231692746669787e-6, 1.0873529029797568e-5, -0.00010366058158624431, 6.584527744310382e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.322824234896757e-6, 7.097885861059478e-5, 2.0704592740516277e-6, 1.0777110067781182e-5, 2.0920032557741166e-6, 1.0703056519773474e-5, -0.00010459488829557584, 6.6505763327038975e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5670687150624853e-6, 7.426659450857283e-5, 2.416127135565421e-6, 9.077497029896158e-6, 1.9049283907374388e-6, 1.0383100697667043e-5, -0.000107461003057801, 6.845686580299618e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.0872173256384552e-6, 7.463181445234814e-5, 2.463377322795021e-6, 8.056894192924298e-6, 1.795962365545911e-6, 1.052062141922739e-5, -0.00010742184828529654, 6.8659612068173005e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.209866858306959e-6, 7.472513060550682e-5, 2.475269994758559e-6, 7.817653231485335e-6, 1.7704719397470566e-6, 1.0552885234463203e-5, -0.00010742185050511366, 6.870572640845714e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.1821254639094766e-6, 7.501890369209459e-5, 2.480431625636235e-6, 1.0117250548009726e-5, 2.016038193870372e-6, 1.0071643240925916e-5, -0.00010875999135519378, 6.873598590747468e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.1821254639094766e-6, 7.501890369209459e-5, 2.480431625636235e-6, 1.0117250548009726e-5, 2.016038193870372e-6, 1.0071643240925916e-5, -0.00010875999135519378, 6.873598590747468e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3509161270040865e-6, 7.621771980862893e-5, 2.6003054236563626e-6, 1.0084374569886843e-5, 2.012731735598208e-6, 9.897984813096527e-6, -0.0001100894811399617, 6.9254486620907294e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.4591655198684003e-6, 7.748946979403401e-5, 2.7257862280707343e-6, 1.0178529912786282e-5, 2.0249935466930485e-6, 9.738033957731155e-6, -0.00011158155733258173, 6.965578373398103e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.0494844367189167e-6, 8.188539161621197e-5, 3.1582791369681057e-6, 9.993973383839484e-6, 2.0159182653323534e-6, 9.362936842906533e-6, -0.00011656212391371741, 7.096140231740044e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.331782356979559e-6, 8.24572718939511e-5, 3.2165811689217075e-6, 9.528074400218324e-6, 1.9673510758431087e-6, 9.396292294082282e-6, -0.00011701868780611412, 7.121334616118029e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3994294395174556e-6, 8.260094116601589e-5, 3.23122975148664e-6, 9.417226560424977e-6, 1.9558837978675034e-6, 9.405183596079107e-6, -0.00011713686189657303, 7.126967585181468e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8303811618865756e-6, 8.274735235952212e-5, 3.2385822277603715e-6, 1.064936714758969e-5, 2.0904951775731803e-6, 9.215967015160054e-6, -0.00011786692523173525, 7.09478014224326e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.8303811618865756e-6, 8.274735235952212e-5, 3.2385822277603715e-6, 1.064936714758969e-5, 2.0904951775731803e-6, 9.215967015160054e-6, -0.00011786692523173525, 7.09478014224326e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.911720668677632e-6, 8.436598051424235e-5, 3.394507424027704e-6, 1.0840251678846452e-5, 2.1173640731864576e-6, 9.092179744014588e-6, -0.00011984550408133546, 7.123499978340284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9719995644513434e-6, 8.607459783329965e-5, 3.5565902453176446e-6, 1.1072226221372627e-5, 2.150934484500009e-6, 9.006243060249799e-6, -0.00012197555378489377, 7.142962375702702e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.300227209336129e-6, 9.207177358709425e-5, 4.113973517449834e-6, 1.1603385270424224e-5, 2.2395303355791257e-6, 8.800221369077583e-6, -0.00012936091057029543, 7.231799281334293e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4497219739991975e-6, 9.29108545465451e-5, 4.189225547624125e-6, 1.1466507503527147e-5, 2.2281170507316943e-6, 8.786484838099024e-6, -0.00013029477627844093, 7.2638648179146336e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4865017622315566e-6, 9.312072151217252e-5, 4.20808005184225e-6, 1.143252928042697e-5, 2.225373525308509e-6, 8.785043566324591e-6, -0.00013052942369808947, 7.27117399978309e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2030046719284254e-6, 9.316528819396445e-5, 4.216088057963698e-6, 1.199189926438968e-5, 2.2905822939919723e-6, 8.795920165475563e-6, -0.00013087428480170203, 7.2115021539882435e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.2030046719284254e-6, 9.316528819396445e-5, 4.216088057963698e-6, 1.199189926438968e-5, 2.2905822939919723e-6, 8.795920165475563e-6, -0.00013087428480170203, 7.2115021539882435e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.23605846349127e-6, 9.434383308632238e-5, 4.323681765271148e-6, 1.214253707500271e-5, 2.314362581336862e-6, 8.783895269883917e-6, -0.0001323648720952206, 7.220503853912317e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.269024238866135e-6, 9.557757659294185e-5, 4.434896743324186e-6, 1.2297330964808905e-5, 2.3393803506390136e-6, 8.784513204262164e-6, -0.00013393197818307957, 7.229256088237318e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3850510966733815e-6, 9.989873927378842e-5, 4.819415672655296e-6, 1.282202103055455e-5, 2.425543618842182e-6, 8.806777333014024e-6, -0.00013942390883014592, 7.266360804618066e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4048525102417823e-6, 0.00010051367244473625, 4.873084421541447e-6, 1.2890400624448736e-5, 2.436936252856137e-6, 8.807535014863777e-6, -0.00014020174743832757, 7.2752661696394404e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.409729703215008e-6, 0.00010066745139688801, 4.886486719294216e-6, 1.2907421745726257e-5, 2.4397924685995732e-6, 8.808165993311918e-6, -0.00014039645376762928, 7.277405740594308e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3991475127271437e-6, 0.0001006618419375024, 4.886936963906229e-6, 1.2918103508683315e-5, 2.441853635222316e-6, 8.829082701415282e-6, -0.00014040476778800403, 7.267801528547354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2654e90, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2654eb0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b2654ed0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b2654ef0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], (30.0, 100.0), [1.0, 1.0, 0.01, 1.3821472819749412e-17, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-12, 12, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2654e90, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2654eb0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b2654ed0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b2654ef0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0005028035341429187, 0.00043790648969279874, 3.6569552043568393e-6, 0.00048187820445612763, 4.708562768297549e-5, 0.0002802021789062314, 0.9982030960434003, 4.3387633177111914e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.000477040038730841, 0.0005543808260305937, 4.656519917827422e-6, 0.0005730000569872143, 7.89978842210273e-5, 0.0002987315921280804, 0.9979622485557976, 5.0961192849615125e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004546648751243862, 0.0007827921856450582, 7.051002436438245e-6, 0.0007085131481315682, 0.00013213585844144393, 0.0003458937026947669, 0.9975014616994561, 6.750419473306666e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.0001508796817718649, 0.00036707005402203895, 0.9973186002858886, 7.469096530800149e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034], [0.0004536791341014166, 0.0008748430335045492, 8.171024886308755e-6, 0.0007520824871800616, 0.0001508796817718649, 0.00036707005402203895, 0.9973186002858886, 7.469096530800149e-5, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00037845923092780367, 0.0011910838104418862, 1.2649225679806425e-5, 0.000970529545203081, 0.00017944304707474088, 0.0004090721217622655, 0.996756852366504, 0.00010192731906927758, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003441483145574538, 0.001552144239730018, 1.9378589482441413e-5, 0.0011104081898286838, 0.0002000906850104613, 0.00047057943093203875, 0.9961685794664472, 0.00013468775067459598, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582136, 0.0016314087357181843, 2.1071040040975346e-5, 0.001132452731967463, 0.00020364851759223078, 0.00048443166060482476, 0.9960441518033951, 0.00014204072138594638, 0.21, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003408114559582136, 0.0016314087357181843, 2.1071040040975346e-5, 0.001132452731967463, 0.00020364851759223078, 0.00048443166060482476, 0.9960441518033951, 0.00014204072138594638, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003354512889410496, 0.00211724156988888, 3.300016977876121e-5, 0.001232925021176425, 0.0002213594274654488, 0.0005660469222731288, 0.9953063345643973, 0.0001876577027419165, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003494356258730633, 0.002765507430556316, 5.258638927192399e-5, 0.0013282194361467319, 0.0002399947304627217, 0.000660966933221211, 0.9943552629585674, 0.0002480431625636235, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0003771689969503235, 0.0036194995158879673, 8.353961808919768e-5, 0.001439654049832778, 0.00026209749093517514, 0.0007650109780188402, 0.9931291877941726, 0.00032385822277603715, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812249, 0.00481932044139993, 0.00013440229007386732, 0.0015939327322634512, 0.00029193845475138027, 0.0008872113754603065, 0.9914330082058364, 0.00042160880579636975, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], [30.0, 30.243947707534623, 32.36543429621891, 36.42385300812073, 37.99999999999999, 37.99999999999999, 43.07876389702658, 48.77671566279182, 49.99999999999999, 49.99999999999999, 57.24842522831926, 66.25035249341147, 77.08249146469292, 90.73308331538136, 100.0], [[[0.000506506899475989, 0.00042455999135880556, 3.5521226687173424e-6, 0.0004701968486384466, 4.317528251719104e-5, 0.00027843402249422007, 0.9982310309629485, 4.2560536560924786e-5, 0.21, 0.143 … 0.005, 0.008, 0.015, 0.08, 0.017, 0.017, 0.017, 0.017, 0.034, 0.034]], [[-1.5516570652813938e-5, 5.470478569166243e-5, 4.2560536560924786e-7, 4.845044734450565e-5, 1.6141852519253854e-5, 7.076804133892143e-6, -0.00011465570251251523, 3.3727781104058598e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5407718887423474e-5, 5.470613623528326e-5, 4.2693004380501876e-7, 4.826625105915098e-5, 1.610528264429647e-5, 7.132609136712838e-6, -0.00011460793274008052, 3.378442508255433e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.5296288832916203e-5, 5.470801976755613e-5, 4.2830049680348554e-7, 4.807837709679111e-5, 1.6067954766254566e-5, 7.18948853245184e-6, -0.00011456016669260587, 3.384314865664941e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4913968284746021e-5, 5.4715959649155457e-5, 4.330452939854498e-7, 4.743577171136068e-5, 1.594020094104269e-5, 7.383944200438843e-6, -0.00011439962660790803, 3.404673096670921e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4860904619674006e-5, 5.471728012482373e-5, 4.3371024134682946e-7, 4.7346869801969176e-5, 1.5922516655682606e-5, 7.4108385938818265e-6, -0.00011437783844953637, 3.407527651506201e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847677090804646e-5, 5.471762007570756e-5, 4.33876304544454e-7, 4.732472364203671e-5, 1.591811071141765e-5, 7.417537131008037e-6, -0.00011437243165455185, 3.4082408806420797e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.4847831816211395e-5, 5.47176946832151e-5, 4.3387633177111915e-7, 4.732511695517485e-5, 1.591817946878485e-5, 7.417389226508935e-6, -0.00011437267645851871, 3.4082516092752533e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3921706289319789e-5, 5.4742063366948494e-5, 4.455175334998211e-7, 4.577552339441281e-5, 1.5609826264638753e-5, 7.885905327606502e-6, -0.00011399544816409784, 3.4583185663112548e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.3025932494214581e-5, 5.4803714806513144e-5, 4.578765986332993e-7, 4.432830935382542e-5, 1.5319794142922968e-5, 8.320803491337926e-6, -0.00011371679027583974, 3.5122243768215647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0052427157772381e-5, 5.5103258707682234e-5, 5.018188097164543e-7, 3.9635355561227965e-5, 1.4377352811887173e-5, 9.739007505882596e-6, -0.00011300432774313297, 3.6999615045089256e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.638508736557768e-6, 5.5151790971575395e-5, 5.082194382591439e-7, 3.898351452482141e-5, 1.4247560684373934e-5, 9.942128953996065e-6, -0.00011291958853511042, 3.7248826986422448e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.536927842893295e-6, 5.5164855054912503e-5, 5.098225211054104e-7, 3.882521914373916e-5, 1.42159577997798e-5, 9.991296286639383e-6, -0.00011290141826970385, 3.7311953064208823e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.60318445423926e-6, 5.5191945443628206e-5, 5.096119284961513e-7, 3.899372263216232e-5, 1.4244414211322911e-5, 9.922590989466713e-6, -0.00011299610549958686, 3.737004748749815e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.132724381903747e-6, 5.543305641709887e-5, 5.340297197942067e-7, 3.6797015955233466e-5, 1.3798387505866724e-5, 1.0581395920837418e-5, -0.00011285394898782922, 3.842787850902282e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-6.788672500286937e-6, 5.579834900418774e-5, 5.6064608671044e-7, 3.4970917444486645e-5, 1.3421761022788658e-5, 1.1130268062387151e-5, -0.00011304983301645209, 3.956563896178391e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.333386687580752e-6, 5.7285175888975495e-5, 6.576778137495946e-7, 2.915309585001594e-5, 1.223121833082219e-5, 1.2971445141288039e-5, -0.00011430356973494375, 4.338343397673232e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6380537187442223e-6, 5.7488618054023795e-5, 6.723391016991059e-7, 2.8159612424650837e-5, 1.2038774428257157e-5, 1.3325202141868899e-5, -0.00011442804351306558, 4.3815510813100145e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4708714122576545e-6, 5.7542836982097866e-5, 6.760225528611478e-7, 2.7927696944099023e-5, 1.199364173203949e-5, 1.3407975436004415e-5, -0.00011446993397020452, 4.392631735360229e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193031e-5, 1.3020848550240784e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193031e-5, 1.3020848550240784e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609152e-5, 1.3164312001116899e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088905e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195475e-5, 1.3757948604218316e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334628e-5, 1.382225304661895e-5, -0.00011708249451122276, 4.6903635812811615e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778975e-5, 1.3837981647446762e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481749e-5, 1.3824387858169567e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-1.8503184399385663e-6, 5.769198737796528e-5, 6.750419473306666e-7, 2.888290658807723e-5, 1.2155209293193031e-5, 1.3020848550240784e-5, -0.00011499855446702867, 4.422879150160255e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.4398947104163616e-6, 5.7906710145164066e-5, 6.862654306760993e-7, 2.844196776036588e-5, 1.2062132516609152e-5, 1.3164312001116899e-5, -0.00011528830739604377, 4.466814252528036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.0332614245219584e-6, 5.814234704433905e-5, 6.980697836512152e-7, 2.803025966403077e-5, 1.1974774182088905e-5, 1.3301876129803057e-5, -0.00011562629608340445, 4.512230704013417e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3358338448496145e-7, 5.899421721399426e-5, 7.395215862974435e-7, 2.6706672481746932e-5, 1.1693729013195475e-5, 1.3757948604218316e-5, -0.00011689440668647225, 4.668734402534867e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.224756792750249e-7, 5.911788488107589e-5, 7.454223296072418e-7, 2.652797272302986e-5, 1.1656122270334628e-5, 1.382225304661895e-5, -0.00011708249451122276, 4.6903635812811615e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.691683469526509e-7, 5.914908164049072e-5, 7.468998468271742e-7, 2.648452678093189e-5, 1.1646959416778975e-5, 1.3837981647446762e-5, -0.00011713038773117557, 4.695770051747408e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [5.544973700165425e-7, 5.915468563686802e-5, 7.469076912816549e-7, 2.652028943568495e-5, 1.1653159667481749e-5, 1.3824387858169567e-5, -0.00011715038441044712, 4.696456750944647e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.122196104725193e-5, 6.244188484067265e-5, 7.469096530800149e-7, 5.689211489718056e-5, 7.117347262923198e-6, 5.954610288730182e-6, -0.00011715017485368015, 5.219268958345474e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.867995688550582e-5, 6.224050412237632e-5, 7.895866230347866e-7, 5.132817405350146e-5, 6.520575264262393e-6, 6.947186299149548e-6, -0.00011439957682586572, 5.253507349047036e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.6622361192051414e-5, 6.220383131610451e-5, 8.341723276865514e-7, 4.688426678082347e-5, 6.042018654988589e-6, 7.674396605223633e-6, -0.0001123212001082201, 5.304875615444768e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.576062885282228e-6, 6.209775074490821e-5, 9.9338441696569e-7, 3.164071366681596e-5, 4.403797925087189e-6, 1.024115399818988e-5, -0.00010524984542398182, 5.449107557297119e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.06421304817584e-6, 6.192400807651436e-5, 1.01776841761492e-6, 2.8283328301488036e-5, 4.046830833657617e-6, 1.0920584575517384e-5, -0.00010356484456112763, 5.436537404511156e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.711168592390407e-6, 6.188798984686701e-5, 1.023843323240111e-6, 2.750137804711511e-5, 3.963635479344282e-6, 1.1076758694530466e-5, -0.00010317677669661696, 5.434339897910376e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-9.661024140204739e-6, 6.247690594571881e-5, 1.0192731906927758e-6, 3.2018016651422094e-5, 4.437075455102346e-6, 9.945714368397736e-6, -0.00010576904129277539, 5.533079821646357e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-9.661024140204739e-6, 6.247690594571881e-5, 1.0192731906927758e-6, 3.2018016651422094e-5, 4.437075455102346e-6, 9.945714368397736e-6, -0.00010576904129277539, 5.533079821646357e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-8.185052252874071e-6, 6.266998026886614e-5, 1.0700320180159662e-6, 2.8923712560966243e-5, 4.1015347090338085e-6, 1.0360687173111183e-5, -0.00010454187870652216, 5.600984229402899e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-7.028653492418781e-6, 6.298079881956723e-5, 1.1236652349036146e-6, 2.656376327336283e-5, 3.844067696057174e-6, 1.0612910724855143e-5, -0.00010377172107393943, 5.675168817612229e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.943150652623999e-6, 6.403309190740927e-5, 1.3137303143827414e-6, 1.8165287963298385e-5, 2.932346241991059e-6, 1.162511507334281e-5, -0.00010102022165751392, 5.893800809713663e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.9583195057088864e-6, 6.405690427151263e-5, 1.341573690629331e-6, 1.6030627697867676e-5, 2.7045361073587006e-6, 1.2015165543930612e-5, -0.00010009114084026712, 5.900653034677052e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.72892999464149e-6, 6.406779907089835e-5, 1.3485482675961307e-6, 1.5535410164222735e-5, 2.6516542735099325e-6, 1.2103970379972188e-5, -9.98812418204991e-5, 5.902789658941257e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.1706941946609736e-6, 6.450030878676594e-5, 1.3468775067459598e-6, 1.8861294369199983e-5, 3.001168683643425e-6, 1.1289924663095744e-5, -0.00010179454174536243, 5.965661930572352e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609736e-6, 6.450030878676594e-5, 1.3468775067459598e-6, 1.8861294369199983e-5, 3.001168683643425e-6, 1.1289924663095744e-5, -0.00010179454174536243, 5.965661930572352e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783828e-6, 6.45926873823788e-5, 1.3586268050351643e-6, 1.8569239599871093e-5, 2.969006932784898e-6, 1.1304968594741934e-5, -0.00010175620551961377, 5.980244999080272e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824353044e-6, 6.469045154775778e-5, 1.3708008355613254e-6, 1.8285994414260024e-5, 2.9377766981512865e-6, 1.1317267248391083e-5, -0.00010172772904256198, 5.995148280875784e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988143e-6, 6.503382262129016e-5, 1.4129958249910465e-6, 1.7349139697843916e-5, 2.8344163610915413e-6, 1.1353061159745518e-5, -0.0001016552013158799, 6.0460326609058565e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787317e-6, 6.508222234187477e-5, 1.418913644671904e-6, 1.722097026318075e-5, 2.820282633085713e-6, 1.1357880226450346e-5, -0.00010164694921842058, 6.05300620283582e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600983e-6, 6.509436917251635e-5, 1.4203920273976042e-6, 1.7189459488461186e-5, 2.8168064440707365e-6, 1.135899065482253e-5, -0.00010164518175989666, 6.054745523188348e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848966e-6, 6.509626762385293e-5, 1.4204031918963015e-6, 1.720408948586618e-5, 2.8183547598207545e-6, 1.1355649533987885e-5, -0.00010165368856272933, 6.0549059465901766e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-3.1706941946609736e-6, 6.450030878676594e-5, 1.3468775067459598e-6, 1.8861294369199983e-5, 3.001168683643425e-6, 1.1289924663095744e-5, -0.00010179454174536243, 5.965661930572352e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-3.0185687942783828e-6, 6.45926873823788e-5, 1.3586268050351643e-6, 1.8569239599871093e-5, 2.969006932784898e-6, 1.1304968594741934e-5, -0.00010175620551961377, 5.980244999080272e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.8697099824353044e-6, 6.469045154775778e-5, 1.3708008355613254e-6, 1.8285994414260024e-5, 2.9377766981512865e-6, 1.1317267248391083e-5, -0.00010172772904256198, 5.995148280875784e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.374267009988143e-6, 6.503382262129016e-5, 1.4129958249910465e-6, 1.7349139697843916e-5, 2.8344163610915413e-6, 1.1353061159745518e-5, -0.0001016552013158799, 6.0460326609058565e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.3063260936787317e-6, 6.508222234187477e-5, 1.418913644671904e-6, 1.722097026318075e-5, 2.820282633085713e-6, 1.1357880226450346e-5, -0.00010164694921842058, 6.05300620283582e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2895815505600983e-6, 6.509436917251635e-5, 1.4203920273976042e-6, 1.7189459488461186e-5, 2.8168064440707365e-6, 1.135899065482253e-5, -0.00010164518175989666, 6.054745523188348e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.2959819792848966e-6, 6.509626762385293e-5, 1.4204031918963015e-6, 1.720408948586618e-5, 2.8183547598207545e-6, 1.1355649533987885e-5, -0.00010165368856272933, 6.0549059465901766e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[-2.634511370478318e-6, 6.509598189380692e-5, 1.4204072138594638e-6, 1.7201918253106893e-5, 2.8181279063728753e-6, 1.1356210178017712e-5, -0.00010131298269677684, 6.054848622091291e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.8225254116505822e-6, 6.565300412974889e-5, 1.4910670830441572e-6, 1.5683669165386014e-5, 2.6491814019029157e-6, 1.1394231623052972e-5, -0.00010118725669402158, 6.1386287025372265e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-1.2394711407323825e-6, 6.63071172496668e-5, 1.5659586437215598e-6, 1.4679308907307272e-5, 2.5358540913661115e-6, 1.133789946118663e-5, -0.0001014057035185791, 6.219036306063098e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0712763196749628e-6, 6.849262337610678e-5, 1.8286967882947808e-6, 1.0491185041783957e-5, 2.0726004406828485e-6, 1.1405880427298392e-5, -0.00010181477816151659, 6.452515767674861e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.8170032461265898e-6, 6.867509742714563e-5, 1.8657125420428308e-6, 8.938851549709783e-6, 1.9062886391373231e-6, 1.1655441508056912e-5, -0.00010132526056205594, 6.4668656498368695e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.9909727761467895e-6, 6.87242881987711e-5, 1.8750199032900143e-6, 8.57856103266695e-6, 1.867691673386987e-6, 1.1712347466738352e-5, -0.0001012192929295205, 6.4704118785203146e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [6.554958685358243e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270801e-5, 2.1882182544936703e-6, 1.1011483249851117e-5, -0.00010296813899555596, 6.508425198982192e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[6.554958685358243e-7, 6.91193075610032e-5, 1.8765770274191652e-6, 1.1608631835270801e-5, 2.1882182544936703e-6, 1.1011483249851117e-5, -0.00010296813899555596, 6.508425198982192e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.0581833025551404e-6, 7.000873564525534e-5, 1.97090430352413e-6, 1.1041532286134784e-5, 2.1231692746669787e-6, 1.0873529029797568e-5, -0.00010366058158624431, 6.584527744310382e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [1.322824234896757e-6, 7.097885861059478e-5, 2.0704592740516277e-6, 1.0777110067781182e-5, 2.0920032557741166e-6, 1.0703056519773474e-5, -0.00010459488829557584, 6.6505763327038975e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.5670687150624853e-6, 7.426659450857283e-5, 2.416127135565421e-6, 9.077497029896158e-6, 1.9049283907374388e-6, 1.0383100697667043e-5, -0.000107461003057801, 6.845686580299618e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.0872173256384552e-6, 7.463181445234814e-5, 2.463377322795021e-6, 8.056894192924298e-6, 1.795962365545911e-6, 1.052062141922739e-5, -0.00010742184828529654, 6.8659612068173005e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.209866858306959e-6, 7.472513060550682e-5, 2.475269994758559e-6, 7.817653231485335e-6, 1.7704719397470566e-6, 1.0552885234463203e-5, -0.00010742185050511366, 6.870572640845714e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.1821254639094766e-6, 7.501890369209459e-5, 2.480431625636235e-6, 1.0117250548009726e-5, 2.016038193870372e-6, 1.0071643240925916e-5, -0.00010875999135519378, 6.873598590747468e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.1821254639094766e-6, 7.501890369209459e-5, 2.480431625636235e-6, 1.0117250548009726e-5, 2.016038193870372e-6, 1.0071643240925916e-5, -0.00010875999135519378, 6.873598590747468e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.3509161270040865e-6, 7.621771980862893e-5, 2.6003054236563626e-6, 1.0084374569886843e-5, 2.012731735598208e-6, 9.897984813096527e-6, -0.0001100894811399617, 6.9254486620907294e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.4591655198684003e-6, 7.748946979403401e-5, 2.7257862280707343e-6, 1.0178529912786282e-5, 2.0249935466930485e-6, 9.738033957731155e-6, -0.00011158155733258173, 6.965578373398103e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.0494844367189167e-6, 8.188539161621197e-5, 3.1582791369681057e-6, 9.993973383839484e-6, 2.0159182653323534e-6, 9.362936842906533e-6, -0.00011656212391371741, 7.096140231740044e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.331782356979559e-6, 8.24572718939511e-5, 3.2165811689217075e-6, 9.528074400218324e-6, 1.9673510758431087e-6, 9.396292294082282e-6, -0.00011701868780611412, 7.121334616118029e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3994294395174556e-6, 8.260094116601589e-5, 3.23122975148664e-6, 9.417226560424977e-6, 1.9558837978675034e-6, 9.405183596079107e-6, -0.00011713686189657303, 7.126967585181468e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.8303811618865756e-6, 8.274735235952212e-5, 3.2385822277603715e-6, 1.064936714758969e-5, 2.0904951775731803e-6, 9.215967015160054e-6, -0.00011786692523173525, 7.09478014224326e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[2.8303811618865756e-6, 8.274735235952212e-5, 3.2385822277603715e-6, 1.064936714758969e-5, 2.0904951775731803e-6, 9.215967015160054e-6, -0.00011786692523173525, 7.09478014224326e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.911720668677632e-6, 8.436598051424235e-5, 3.394507424027704e-6, 1.0840251678846452e-5, 2.1173640731864576e-6, 9.092179744014588e-6, -0.00011984550408133546, 7.123499978340284e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [2.9719995644513434e-6, 8.607459783329965e-5, 3.5565902453176446e-6, 1.1072226221372627e-5, 2.150934484500009e-6, 9.006243060249799e-6, -0.00012197555378489377, 7.142962375702702e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.300227209336129e-6, 9.207177358709425e-5, 4.113973517449834e-6, 1.1603385270424224e-5, 2.2395303355791257e-6, 8.800221369077583e-6, -0.00012936091057029543, 7.231799281334293e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4497219739991975e-6, 9.29108545465451e-5, 4.189225547624125e-6, 1.1466507503527147e-5, 2.2281170507316943e-6, 8.786484838099024e-6, -0.00013029477627844093, 7.2638648179146336e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4865017622315566e-6, 9.312072151217252e-5, 4.20808005184225e-6, 1.143252928042697e-5, 2.225373525308509e-6, 8.785043566324591e-6, -0.00013052942369808947, 7.27117399978309e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.2030046719284254e-6, 9.316528819396445e-5, 4.216088057963698e-6, 1.199189926438968e-5, 2.2905822939919723e-6, 8.795920165475563e-6, -0.00013087428480170203, 7.2115021539882435e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]], [[3.2030046719284254e-6, 9.316528819396445e-5, 4.216088057963698e-6, 1.199189926438968e-5, 2.2905822939919723e-6, 8.795920165475563e-6, -0.00013087428480170203, 7.2115021539882435e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.23605846349127e-6, 9.434383308632238e-5, 4.323681765271148e-6, 1.214253707500271e-5, 2.314362581336862e-6, 8.783895269883917e-6, -0.0001323648720952206, 7.220503853912317e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.269024238866135e-6, 9.557757659294185e-5, 4.434896743324186e-6, 1.2297330964808905e-5, 2.3393803506390136e-6, 8.784513204262164e-6, -0.00013393197818307957, 7.229256088237318e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3850510966733815e-6, 9.989873927378842e-5, 4.819415672655296e-6, 1.282202103055455e-5, 2.425543618842182e-6, 8.806777333014024e-6, -0.00013942390883014592, 7.266360804618066e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4048525102417823e-6, 0.00010051367244473625, 4.873084421541447e-6, 1.2890400624448736e-5, 2.436936252856137e-6, 8.807535014863777e-6, -0.00014020174743832757, 7.2752661696394404e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.409729703215008e-6, 0.00010066745139688801, 4.886486719294216e-6, 1.2907421745726257e-5, 2.4397924685995732e-6, 8.808165993311918e-6, -0.00014039645376762928, 7.277405740594308e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3991475127271437e-6, 0.0001006618419375024, 4.886936963906229e-6, 1.2918103508683315e-5, 2.441853635222316e-6, 8.829082701415282e-6, -0.00014040476778800403, 7.267801528547354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0]]], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812249, 0.00481932044139993, 0.00013440229007386732, 0.0015939327322634512, 0.00029193845475138027, 0.0008872113754603065, 0.9914330082058364, 0.00042160880579636975, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.2030046719284254e-6, 9.316528819396445e-5, 4.216088057963698e-6, 1.199189926438968e-5, 2.2905822939919723e-6, 8.795920165475563e-6, -0.00013087428480170203, 7.2115021539882435e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.23605846349127e-6, 9.434383308632238e-5, 4.323681765271148e-6, 1.214253707500271e-5, 2.314362581336862e-6, 8.783895269883917e-6, -0.0001323648720952206, 7.220503853912317e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.269024238866135e-6, 9.557757659294185e-5, 4.434896743324186e-6, 1.2297330964808905e-5, 2.3393803506390136e-6, 8.784513204262164e-6, -0.00013393197818307957, 7.229256088237318e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3850510966733815e-6, 9.989873927378842e-5, 4.819415672655296e-6, 1.282202103055455e-5, 2.425543618842182e-6, 8.806777333014024e-6, -0.00013942390883014592, 7.266360804618066e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.4048525102417823e-6, 0.00010051367244473625, 4.873084421541447e-6, 1.2890400624448736e-5, 2.436936252856137e-6, 8.807535014863777e-6, -0.00014020174743832757, 7.2752661696394404e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.409729703215008e-6, 0.00010066745139688801, 4.886486719294216e-6, 1.2907421745726257e-5, 2.4397924685995732e-6, 8.808165993311918e-6, -0.00014039645376762928, 7.277405740594308e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [3.3991475127271437e-6, 0.0001006618419375024, 4.886936963906229e-6, 1.2918103508683315e-5, 2.441853635222316e-6, 8.829082701415282e-6, -0.00014040476778800403, 7.267801528547354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [-2.6370921505977484e-10, 5.476717793556591e-11, 1.5766206695315187e-11, 5.000778318289728e-10, 6.044700623633033e-11, 5.2152801431576124e-11, -3.37167159284221e-10, -8.233464981957724e-11, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.00044570959125509477, 0.005613926211940227, 0.00017158342383826082, 0.0016961211234728948, 0.00031135579301610117, 0.0009596350979667629, 0.990320471606569, 0.00048121381860458345, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [-0.00018196897709838957, 8.15335369432805e-6, 1.3400066168348616e-5, 0.00018457347727254895, 4.600714561169331e-5, 2.649072861420156e-5, -3.3973795359121167e-7, -5.5306642339656415e-5, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0004185943610812249, 0.00481932044139993, 0.00013440229007386732, 0.0015939327322634512, 0.00029193845475138027, 0.0008872113754603065, 0.9914330082058364, 0.00042160880579636975, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [2.93145108e-315 2.62542603e-315 … 1.6259355e-317 0.0; 2.618089667e-315 2.50605641e-315 … 4.08790785e-315 0.0; … ; 2.917662024e-315 2.967093924e-315 … 2.0e-323 2.66790583e-315; 2.671508163e-315 2.82294545e-315 … 6.3e-322 7.230117799926342e165], [NaN NaN … 2.47442605e-315 2.73671704e-315; 2.771358633e-315 NaN … NaN 2.61831267e-315; … ; NaN 2.635201097e-315 … NaN 2.516776013e-315; 2.47668895e-315 2.623250835e-315 … 2.503783746e-315 NaN], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2654e90, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2654eb0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b2654ed0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b2654ef0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.0004185943610812249, 0.00481932044139993, 0.00013440229007386732, 0.0015939327322634512, 0.00029193845475138027, 0.0008872113754603065, 0.9914330082058364, 0.00042160880579636975, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [1.0, 1.0, 0.01, 1.3821472819749412e-17, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2654e90, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2654eb0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b2654ed0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b2654ef0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 30.0, [1.0, 1.0, 0.01, 1.3821472819749412e-17, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([NaN NaN … 2.47442605e-315 2.73671704e-315; 2.771358633e-315 NaN … NaN 2.61831267e-315; … ; NaN 2.635201097e-315 … NaN 2.516776013e-315; 2.47668895e-315 2.623250835e-315 … 2.503783746e-315 NaN], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [4524902867432218984, 4546422122164554607, 4526470948542532596, 4532967055218457888, 4522398367749661860, 4531312359311744134, -4674467437617080802, 4530151827514231440, -9223372036854775808, -9223372036854775808 … -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 30.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(-12, 12, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 77
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 362
Number of accepted steps: 12
Number of rejected steps: 0
Maximum eigenvalue recorded: 0, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], SciMLBase.ReturnCode.Success), ODESolution{Float64, 2, Vector{Vector{Float64}}, Nothing, Nothing, Vector{Float64}, Vector{Vector{Vector{Float64}}}, ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}, CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}, OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}, DiffEqBase.DEStats, Vector{Int64}}([[0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], nothing, nothing, [100.0], [[[0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]]], ODEProblem{Vector{Float64}, Tuple{Float64, Float64}, true, Vector{Float64}, ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}, SciMLBase.StandardODEProblem}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2655070, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2655090, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b26550b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b26550d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], (100.0, 100.0), [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0], Base.Pairs{Symbol, VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}, Tuple{Symbol}, NamedTuple{(:callback,), Tuple{VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}}}}(:callback => VectorContinuousCallback{ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}, typeof(SciMLBase.INITIALIZE_DEFAULT), typeof(SciMLBase.FINALIZE_DEFAULT), Float64, Int64, Rational{Int64}, Nothing, Int64}(ModelingToolkit.var"#309#319"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xb3f87b1c, 0x67a2e842, 0x1fc81c64, 0xb666a790, 0x4f9ca0bf)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)(-50.0, t)
ˍ₋out[2] = (+)(-12.0, t)
ˍ₋out[3] = (+)(-28.0, t)
ˍ₋out[4] = (+)(-22.0, t)
ˍ₋out[5] = (+)(-38.0, t)
ˍ₋out[6] = (+)(-4.0, t)
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), ModelingToolkit.var"#311#321"{Vector{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames}, Vector{Int64}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{argnames, Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag"} where argnames[RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#601"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x08271ff5, 0x8127e51b, 0x81cf77e2, 0xfa8971c0, 0xfacc6529)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#601").u
ˍ₋arg1 = (var"##MTKIntegrator#601").u
ˍ₋arg2 = (var"##MTKIntegrator#601").p
t = (var"##MTKIntegrator#601").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = (+)((+)((+)((*)(0.252, ˍ₋arg2[9]), (*)(0.105, ˍ₋arg2[13])), (*)(0.209, ˍ₋arg2[1])), (*)(0.42, ˍ₋arg2[5]))
ˍ₋out[10] = (+)((+)((*)(0.4, ˍ₋arg2[14]), (*)(0.2, ˍ₋arg2[6])), (*)(0.6, ˍ₋arg2[5]))
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#604"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x6c364afb, 0x9f993a03, 0x33bc3686, 0xa76df737, 0x8000d21d)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#604").u
ˍ₋arg1 = (var"##MTKIntegrator#604").u
ˍ₋arg2 = (var"##MTKIntegrator#604").p
t = (var"##MTKIntegrator#604").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[10] = 0.143
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#607"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xe0091510, 0x16fa24cd, 0x3138ae92, 0x10edd005, 0xc890a459)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#607").u
ˍ₋arg1 = (var"##MTKIntegrator#607").u
ˍ₋arg2 = (var"##MTKIntegrator#607").p
t = (var"##MTKIntegrator#607").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.21
ˍ₋out[11] = 0.11
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#610"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x2e3e2d1f, 0xb54c2bb9, 0xb86b3c66, 0xdbf2aec0, 0xe737f3a3)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#610").u
ˍ₋arg1 = (var"##MTKIntegrator#610").u
ˍ₋arg2 = (var"##MTKIntegrator#610").p
t = (var"##MTKIntegrator#610").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.36
ˍ₋out[12] = 0.005
ˍ₋out[11] = 0.2
ˍ₋out[13] = 0.005
ˍ₋out[14] = 0.008
ˍ₋out[15] = 0.015
ˍ₋out[16] = 0.08
ˍ₋out[17] = 0.017
ˍ₋out[18] = 0.017
ˍ₋out[19] = 0.017
ˍ₋out[20] = 0.017
ˍ₋out[21] = 0.034
ˍ₋out[22] = 0.034
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#613"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0x3c679795, 0xcab732d8, 0xb316c822, 0x024b5b0c, 0x9556d064)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#613").u
ˍ₋arg1 = (var"##MTKIntegrator#613").u
ˍ₋arg2 = (var"##MTKIntegrator#613").p
t = (var"##MTKIntegrator#613").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[17] = 0.02
ˍ₋out[19] = 0.02
ˍ₋out[20] = 0.01
ˍ₋out[21] = 0.025
ˍ₋out[10] = 0.2
ˍ₋out[22] = 0.025
ˍ₋out[18] = 0.02
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##MTKIntegrator#616"),), Symbolics.var"#_RGF_ModTag", Symbolics.var"#_RGF_ModTag", (0xf2cb257e, 0x9e97184d, 0x99cd6462, 0xe1dd0bd2, 0x5b981380)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
ˍ₋out = (var"##MTKIntegrator#616").u
ˍ₋arg1 = (var"##MTKIntegrator#616").u
ˍ₋arg2 = (var"##MTKIntegrator#616").p
t = (var"##MTKIntegrator#616").t
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[9] = 0.422
ˍ₋out[12] = 0.0057
ˍ₋out[11] = 0.285
ˍ₋out[13] = 0.0057
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end
end)], [1, 2, 3, 4, 5, 6]), 6, SciMLBase.INITIALIZE_DEFAULT, SciMLBase.FINALIZE_DEFAULT, nothing, SciMLBase.LeftRootFind, 10, Bool[1, 1], 1, 2.220446049250313e-15, 0, 1//100)), SciMLBase.StandardODEProblem()), CompositeAlgorithm{Tuple{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5)), OrdinaryDiffEq.CompositeInterpolationData{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Vector{Float64}}, Vector{Float64}, Vector{Vector{Vector{Float64}}}, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2655070, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2655090, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b26550b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b26550d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [[0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]], [100.0], [[[0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025]]], [1], true, OrdinaryDiffEq.CompositeCache{Tuple{OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}}, OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}}((OrdinaryDiffEq.Tsit5Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}, typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}([0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [3.3991475127271437e-6, 0.0001006618419375024, 4.886936963906229e-6, 1.2918103508683315e-5, -0.00011400067329213261, 0.00012527160962877022, -0.00014040476778800403, 7.267801528547354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [3.3991475127271437e-6, 0.0001006618419375024, 4.886936963906229e-6, 1.2918103508683315e-5, -0.00011400067329213261, 0.00012527160962877022, -0.00014040476778800403, 7.267801528547354e-6, -0.0, -0.0 … -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Tsit5ConstantCache{Float64, Float64}(0.161, 0.327, 0.9, 0.9800255409045097, 1.0, 1.0, 0.161, -0.008480655492356989, 0.335480655492357, 2.8971530571054935, -6.359448489975075, 4.3622954328695815, 5.325864828439257, -11.748883564062828, 7.4955393428898365, -0.09249506636175525, 5.86145544294642, -12.92096931784711, 8.159367898576159, -0.071584973281401, -0.028269050394068383, 0.09646076681806523, 0.01, 0.4798896504144996, 1.379008574103742, -3.290069515436081, 2.324710524099774, -0.001780011052225777, -0.0008164344596567469, 0.007880878010261995, -0.1447110071732629, 0.5823571654525552, -0.45808210592918697, 0.015151515151515152, 1.0, -2.763706197274826, 2.9132554618219126, -1.0530884977290216, 0.13169999999999998, -0.2234, 0.1017, 3.9302962368947516, -5.941033872131505, 2.490627285651253, -12.411077166933676, 30.33818863028232, -16.548102889244902, 37.50931341651104, -88.1789048947664, 47.37952196281928, -27.896526289197286, 65.09189467479366, -34.87065786149661, 1.5, -4.0, 2.5), OrdinaryDiffEq.trivial_limiter!, OrdinaryDiffEq.trivial_limiter!, static(false)), OrdinaryDiffEq.Rosenbrock23Cache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Matrix{Float64}, Matrix{Float64}, OrdinaryDiffEq.Rosenbrock23Tableau{Float64}, SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}, SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}, LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}, FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}, FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}, Float64, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Nothing}([0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [4.71999018e-315 0.0 … NaN 0.0; 5.0e-324 4.73047943e-315 … 0.0 NaN; … ; 0.0 0.0 … 4.72000338e-315 0.0; 4.0e-323 0.0 … 5.0e-324 4.72000915e-315], [5.736e-321 5.736e-321 … 5.736e-321 1.184e-320; 0.0 0.0 … 0.0 0.0; … ; 1.40967304e-315 0.0 … 5.736e-321 0.0; 2.22415943e-315 2.767835273e-315 … 0.0 NaN], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], OrdinaryDiffEq.Rosenbrock23Tableau{Float64}(7.414213562373095, 0.2928932188134525), SciMLBase.TimeGradientWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Vector{Float64}, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2655070, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2655090, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b26550b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b26550d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), [0.00044919875500090776, 0.005717135057401614, 0.00017657677934124465, 0.0017093699442555165, 0.00031386125856429906, 0.0009687190258563613, 0.9901764621498523, 0.0004886936963906229, 0.209, 0.2 … 0.005, 0.008, 0.015, 0.08, 0.02, 0.02, 0.02, 0.01, 0.025, 0.025], [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), SciMLBase.UJacobianWrapper{ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}, Float64, Vector{Float64}}(ODEFunction{true, SciMLBase.AutoSpecialize, FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}, LinearAlgebra.UniformScaling{Bool}, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Nothing, Vector{Symbol}, Symbol, Vector{Symbol}, ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}, Nothing, ODESystem}(FunctionWrappersWrappers.FunctionWrappersWrapper{Tuple{FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}, FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}}, false}((FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{Float64}, Vector{Float64}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe28a0, Ptr{Nothing} @0x00007fd1b2655070, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Float64}}(Ptr{Nothing} @0x00007fd2e5fe2ac0, Ptr{Nothing} @0x00007fd1b2655090, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2ce0, Ptr{Nothing} @0x00007fd1b26550b0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}), FunctionWrappers.FunctionWrapper{Nothing, Tuple{Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}, Vector{Float64}, ForwardDiff.Dual{ForwardDiff.Tag{DiffEqBase.OrdinaryDiffEqTag, Float64}, Float64, 1}}}(Ptr{Nothing} @0x00007fd2e5fe2f20, Ptr{Nothing} @0x00007fd1b26550d0, Base.RefValue{SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}}(SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}(ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:444 =#
(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg1), nothing, Val{1}(), Val{(22,)}(), (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21))), (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20))), (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8)), (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17))), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14))), (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19))), (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20))), -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0, -0.0)
end
end
end), RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
begin
#= /home/runner/.julia/packages/Symbolics/UrqtQ/src/build_function.jl:520 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:398 =# @inbounds begin
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:394 =#
ˍ₋out[1] = (+)((+)((+)((*)((+)((+)((+)((/)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 10))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 16))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 21)))
ˍ₋out[2] = (+)((+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 18)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 17))), (*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 16))), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 19))), (*)((getindex)(ˍ₋arg1, 8), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[3] = (*)(ˍ₋arg2[3], (getindex)(ˍ₋arg1, 8))
ˍ₋out[4] = (+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 10)), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 17)))
ˍ₋out[5] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 1), (getindex)(ˍ₋arg1, 21)), (*)((*)(-1//1, ˍ₋arg2[4]), (getindex)(ˍ₋arg1, 5))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 18))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 14)))
ˍ₋out[6] = (+)((+)((+)((*)(ˍ₋arg2[4], (getindex)(ˍ₋arg1, 5)), (*)((getindex)(ˍ₋arg1, 4), (getindex)(ˍ₋arg1, 22))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 19)))
ˍ₋out[7] = (*)((+)((+)((+)((/)((*)((*)(-1, (getindex)(ˍ₋arg1, 1)), (getindex)(ˍ₋arg1, 9)), ˍ₋arg2[15]), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 4)), (getindex)(ˍ₋arg1, 12)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 5)), (getindex)(ˍ₋arg1, 11)), ˍ₋arg2[15])), (/)((*)((*)(-1, (getindex)(ˍ₋arg1, 6)), (getindex)(ˍ₋arg1, 13)), ˍ₋arg2[15])), (getindex)(ˍ₋arg1, 7))
ˍ₋out[8] = (+)((+)((+)((*)((getindex)(ˍ₋arg1, 5), (getindex)(ˍ₋arg1, 14)), (*)((getindex)(ˍ₋arg1, 6), (getindex)(ˍ₋arg1, 15))), (*)((*)(-1//1, ˍ₋arg2[3]), (getindex)(ˍ₋arg1, 8))), (*)((*)(-1//1, (getindex)(ˍ₋arg1, 8)), (getindex)(ˍ₋arg1, 20)))
ˍ₋out[9] = -0.0
ˍ₋out[10] = -0.0
ˍ₋out[11] = -0.0
ˍ₋out[12] = -0.0
ˍ₋out[13] = -0.0
ˍ₋out[14] = -0.0
ˍ₋out[15] = -0.0
ˍ₋out[16] = -0.0
ˍ₋out[17] = -0.0
ˍ₋out[18] = -0.0
ˍ₋out[19] = -0.0
ˍ₋out[20] = -0.0
ˍ₋out[21] = -0.0
ˍ₋out[22] = -0.0
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:396 =#
nothing
end
end
end
end)))), SciMLBase.Void{ModelingToolkit.var"#f#508"{RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x131a0ad7, 0xf5c9514b, 0x455f8a4a, 0xbaff3231, 0x91716037)}, RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(:ˍ₋out, :ˍ₋arg1, :ˍ₋arg2, :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x8a719f3f, 0x81f063c3, 0x976f2b71, 0x4ffd12b7, 0x365cfbbe)}}}))), LinearAlgebra.UniformScaling{Bool}(true), nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, nothing, [Symbol("Infected(t)"), Symbol("Healed(t)"), Symbol("Extinct(t)"), Symbol("Diagnosed(t)"), Symbol("Ailing(t)"), Symbol("Recognized(t)"), Symbol("Susceptible(t)"), Symbol("Threatened(t)"), Symbol("alpha(t)"), Symbol("epsilon(t)") … Symbol("delta(t)"), Symbol("mu(t)"), Symbol("nu(t)"), Symbol("lambda(t)"), Symbol("rho(t)"), Symbol("kappa(t)"), Symbol("xi(t)"), Symbol("sigma(t)"), Symbol("zeta(t)"), Symbol("eta(t)")], :t, [:ModelValue_21, :epsilon_modifier, :tau, :theta, :ModelValue_19, :ModelValue_20, :Event_trigger_Fig4b, :Event_trigger_Fig3d, :ModelValue_16, :Event_trigger_Fig3b, :alpha_modifier, :Event_trigger_Fig4d, :ModelValue_17, :ModelValue_18, :Italy], ModelingToolkit.var"#521#generated_observed#516"{Bool, ODESystem, Dict{Any, Any}}(false, Core.Box(RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end)), ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing), Dict{Any, Any}(Healed(t) + Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xb1fd5b70, 0xa43071cf, 0x1fab257f, 0xbf4a8738, 0x882aa889)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)(var"Healed(t)", var"Infected(t)")
end
end
end), Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0x2fe537e5, 0x0cb831d0, 0x62d35645, 0xeba4e982, 0xc9e75e00)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)")
end
end
end), Infected(t) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xa8858ce5, 0x53c604f3, 0xfcad328e, 0xeca8b209, 0x02dba5a9)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
var"Infected(t)"
end
end
end), (Ailing(t) + Diagnosed(t) + Infected(t) + Recognized(t) + Threatened(t)) / (Ailing(t) + Diagnosed(t) + Extinct(t) + Healed(t) + Infected(t) + Recognized(t) + Susceptible(t) + Threatened(t) + alpha(t) + beta(t) + delta(t) + epsilon(t) + eta(t) + gamma(t) + kappa(t) + lambda(t) + mu(t) + nu(t) + rho(t) + sigma(t) + xi(t) + zeta(t)) => RuntimeGeneratedFunctions.RuntimeGeneratedFunction{(Symbol("##arg#5734386289953452151"), Symbol("##arg#16782508886270998003"), :t), ModelingToolkit.var"#_RGF_ModTag", ModelingToolkit.var"#_RGF_ModTag", (0xf51badca, 0x63878843, 0xd5376202, 0x2000c5c9, 0x2897e6d6)}(quote
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:349 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:350 =#
#= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:351 =#
begin
var"Infected(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[1])
var"Healed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[2])
var"Extinct(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[3])
var"Diagnosed(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[4])
var"Ailing(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[5])
var"Recognized(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[6])
var"Susceptible(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[7])
var"Threatened(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[8])
var"alpha(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[9])
var"epsilon(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[10])
var"gamma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[11])
var"beta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[12])
var"delta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[13])
var"mu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[14])
var"nu(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[15])
var"lambda(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[16])
var"rho(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[17])
var"kappa(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[18])
var"xi(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[19])
var"sigma(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[20])
var"zeta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[21])
var"eta(t)" = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#5734386289953452151"[22])
ModelValue_21 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[1])
epsilon_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[2])
tau = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[3])
theta = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[4])
ModelValue_19 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[5])
ModelValue_20 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[6])
Event_trigger_Fig4b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[7])
Event_trigger_Fig3d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[8])
ModelValue_16 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[9])
Event_trigger_Fig3b = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[10])
alpha_modifier = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[11])
Event_trigger_Fig4d = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[12])
ModelValue_17 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[13])
ModelValue_18 = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[14])
Italy = #= /home/runner/.julia/packages/SymbolicUtils/qulQp/src/code.jl:210 =# @inbounds(var"##arg#16782508886270998003"[15])
begin
(/)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Threatened(t)"), (+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)((+)(var"Ailing(t)", var"Diagnosed(t)"), var"Extinct(t)"), var"Healed(t)"), var"Infected(t)"), var"Recognized(t)"), var"Susceptible(t)"), var"Threatened(t)"), var"alpha(t)"), var"beta(t)"), var"delta(t)"), var"epsilon(t)"), var"eta(t)"), var"gamma(t)"), var"kappa(t)"), var"lambda(t)"), var"mu(t)"), var"nu(t)"), var"rho(t)"), var"sigma(t)"), var"xi(t)"), var"zeta(t)"))
end
end
end))), nothing, ODESystem(0x0000000000000007, Equation[Differential(t)(Infected(t)) ~ ((Infected(t)*alpha(t)) / Italy + (Diagnosed(t)*beta(t)) / Italy + (Ailing(t)*gamma(t)) / Italy + (Recognized(t)*delta(t)) / Italy)*Susceptible(t) - Infected(t)*epsilon(t) - Infected(t)*lambda(t) - Infected(t)*zeta(t), Differential(t)(Healed(t)) ~ Ailing(t)*kappa(t) + Diagnosed(t)*rho(t) + Infected(t)*lambda(t) + Recognized(t)*xi(t) + Threatened(t)*sigma(t), Differential(t)(Extinct(t)) ~ tau*Threatened(t), Differential(t)(Diagnosed(t)) ~ Infected(t)*epsilon(t) - Diagnosed(t)*eta(t) - Diagnosed(t)*rho(t), Differential(t)(Ailing(t)) ~ Infected(t)*zeta(t) - theta*Ailing(t) - Ailing(t)*kappa(t) - Ailing(t)*mu(t), Differential(t)(Recognized(t)) ~ theta*Ailing(t) + Diagnosed(t)*eta(t) - Recognized(t)*nu(t) - Recognized(t)*xi(t), Differential(t)(Susceptible(t)) ~ ((-Infected(t)*alpha(t)) / Italy + (-Diagnosed(t)*beta(t)) / Italy + (-Ailing(t)*gamma(t)) / Italy + (-Recognized(t)*delta(t)) / Italy)*Susceptible(t), Differential(t)(Threatened(t)) ~ Ailing(t)*mu(t) + Recognized(t)*nu(t) - tau*Threatened(t) - Threatened(t)*sigma(t), Differential(t)(alpha(t)) ~ -0.0, Differential(t)(epsilon(t)) ~ -0.0 … Differential(t)(delta(t)) ~ -0.0, Differential(t)(mu(t)) ~ -0.0, Differential(t)(nu(t)) ~ -0.0, Differential(t)(lambda(t)) ~ -0.0, Differential(t)(rho(t)) ~ -0.0, Differential(t)(kappa(t)) ~ -0.0, Differential(t)(xi(t)) ~ -0.0, Differential(t)(sigma(t)) ~ -0.0, Differential(t)(zeta(t)) ~ -0.0, Differential(t)(eta(t)) ~ -0.0], t, Any[Infected(t), Healed(t), Extinct(t), Diagnosed(t), Ailing(t), Recognized(t), Susceptible(t), Threatened(t), alpha(t), epsilon(t) … delta(t), mu(t), nu(t), lambda(t), rho(t), kappa(t), xi(t), sigma(t), zeta(t), eta(t)], Sym{Real, Base.ImmutableDict{DataType, Any}}[ModelValue_21, epsilon_modifier, tau, theta, ModelValue_19, ModelValue_20, Event_trigger_Fig4b, Event_trigger_Fig3d, ModelValue_16, Event_trigger_Fig3b, alpha_modifier, Event_trigger_Fig4d, ModelValue_17, ModelValue_18, Italy], nothing, Dict{Any, Any}(:Infected => Infected(t), :Threatened => Threatened(t), :alpha => alpha(t), :gamma => gamma(t), :rho => rho(t), :epsilon_modifier => epsilon_modifier, :delta => delta(t), :Ailing => Ailing(t), :lambda => lambda(t), :ModelValue_21 => ModelValue_21…), Any[], Equation[], Base.RefValue{Vector{Num}}(Num[]), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Any}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Base.RefValue{Matrix{Num}}(Matrix{Num}(undef, 0, 0)), Symbol("##SBML#596"), ODESystem[], Dict{Any, Any}(delta(t) => 0.011, xi(t) => 0.017, Diagnosed(t) => 3.33333333e-7, Event_trigger_Fig3b => 0.0, zeta(t) => 0.125, eta(t) => 0.125, Healed(t) => 0.0, Infected(t) => 3.33333333e-6, nu(t) => 0.027, Extinct(t) => 0.0…), nothing, nothing, nothing, ModelingToolkit.SymbolicContinuousCallback[ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 50.0], Equation[alpha(t) ~ 0.252ModelValue_16 + 0.105ModelValue_17 + 0.209ModelValue_21 + 0.42ModelValue_19, epsilon(t) ~ 0.4ModelValue_18 + 0.2ModelValue_20 + 0.6ModelValue_19]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 12.0], Equation[epsilon(t) ~ 0.143]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 28.0], Equation[alpha(t) ~ 0.21, gamma(t) ~ 0.11]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 22.0], Equation[alpha(t) ~ 0.36, beta(t) ~ 0.005, gamma(t) ~ 0.2, delta(t) ~ 0.005, mu(t) ~ 0.008, nu(t) ~ 0.015, lambda(t) ~ 0.08, rho(t) ~ 0.017, kappa(t) ~ 0.017, xi(t) ~ 0.017, sigma(t) ~ 0.017, zeta(t) ~ 0.034, eta(t) ~ 0.034]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 38.0], Equation[rho(t) ~ 0.02, xi(t) ~ 0.02, sigma(t) ~ 0.01, zeta(t) ~ 0.025, epsilon(t) ~ 0.2, eta(t) ~ 0.025, kappa(t) ~ 0.02]), ModelingToolkit.SymbolicContinuousCallback(Equation[t ~ 4.0], Equation[alpha(t) ~ 0.422, beta(t) ~ 0.0057, gamma(t) ~ 0.285, delta(t) ~ 0.0057])], ModelingToolkit.SymbolicDiscreteCallback[], nothing, TearingState of ODESystem, ModelingToolkit.Substitutions(Equation[], Vector{Int64}[], nothing), false, nothing, nothing)), 100.0, [1.0, 1.0, 0.01, 0.371, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 1.0]), [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], LinearSolve.LinearCache{Matrix{Float64}, Vector{Float64}, Vector{Float64}, SciMLBase.NullParameters, RFLUFactorization{true, true}, Tuple{LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}, Vector{Int64}}, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}, LinearAlgebra.Diagonal{Float64, Vector{Float64}}, Float64, Nothing}([5.736e-321 5.736e-321 … 5.736e-321 1.184e-320; 0.0 0.0 … 0.0 0.0; … ; 1.40967304e-315 0.0 … 5.736e-321 0.0; 2.22415943e-315 2.767835273e-315 … 0.0 NaN], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], SciMLBase.NullParameters(), RFLUFactorization{true, true}(), (LinearAlgebra.LU{Float64, Matrix{Float64}, Vector{Int64}}(Matrix{Float64}(undef, 0, 0), Int64[], 0), [4531177541239603056, 4524198885580850062, 4495192151613353160, 4524158955010876901, 4520749386840704956, 4527805914025984846, -4686146888255086474, 4515782990520495429, -9223372036854775808, -9223372036854775808 … -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808, -9223372036854775808]), true, LinearSolve.InvPreconditioner{LinearAlgebra.Diagonal{Float64, Vector{Float64}}}([0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0]), [0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0; … ; 0.0 0.0 … 0.0 0.0; 0.0 0.0 … 0.0 0.0], 1.4901161193847656e-8, 1.4901161193847656e-8, 22, false, LinearSolve.OperatorAssumptions{Nothing}()), FiniteDiff.JacobianCache{Vector{Float64}, Vector{Float64}, Vector{Float64}, Vector{Float64}, UnitRange{Int64}, Nothing, Val{:forward}(), Float64}([0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 1:22, nothing), FiniteDiff.GradientCache{Nothing, Vector{Float64}, Vector{Float64}, Float64, Val{:forward}(), Float64, Val{true}()}(nothing, [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 … 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], 100.0), 0.001, Rosenbrock23{1, false, RFLUFactorization{true, true}, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(RFLUFactorization{true, true}(), OrdinaryDiffEq.DEFAULT_PRECS), nothing)), OrdinaryDiffEq.AutoSwitchCache{Tsit5{typeof(OrdinaryDiffEq.trivial_limiter!), typeof(OrdinaryDiffEq.trivial_limiter!), Static.False}, Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}, Rational{Int64}, Int64}(0, 0, Tsit5(stage_limiter! = trivial_limiter!, step_limiter! = trivial_limiter!, thread = static(false)), Rosenbrock23{0, false, Nothing, typeof(OrdinaryDiffEq.DEFAULT_PRECS), Val{:forward}, true, nothing}(nothing, OrdinaryDiffEq.DEFAULT_PRECS), false, 10, 3, 9//10, 9//10, 2, false, 5), 1)), true, 0, DiffEqBase.DEStats
Number of function 1 evaluations: 3
Number of function 2 evaluations: 0
Number of W matrix evaluations: 0
Number of linear solves: 0
Number of Jacobians created: 0
Number of nonlinear solver iterations: 0
Number of nonlinear solver convergence failures: 0
Number of rootfind condition calls: 0
Number of accepted steps: 0
Number of rejected steps: 0, [1], SciMLBase.ReturnCode.Success)), :MAXTIME_REACHED)